> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kinetica.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Security

> Secure access to data in Kinetica

## Topics

<CardGroup cols={2}>
  <Card title="Security Concepts" href="/content/security/sec_concepts">
    * [User Security](/content/security/sec_concepts#security-concepts-users)
    * [Role Security](/content/security/sec_concepts#security-concepts-roles)
    * [Permissions](/content/security/sec_concepts#security-concepts-permissions)
  </Card>

  <Card title="Security Usage" href="/content/security/sec_usage">
    * [User Management](/content/security/sec_usage#sec-usage-user)
    * [Role Management](/content/security/sec_usage#sec-usage-role)
    * [Permission Management](/content/security/sec_usage#sec-usage-perm)
  </Card>

  <Card title="Security Configuration" href="/content/security/sec_configuration">
    * [HTTPD](/content/security/sec_configuration#httpd-config)
    * [HTTPD + SSL](/content/security/sec_configuration#httpd-ssl-config)
    * [HTTPD + External Authentication](/content/security/sec_configuration#ex-auth-config)
    * [HTTPD + SSL + External Authentication](/content/security/sec_configuration#ex-auth-ssl-config)
  </Card>

  <Card title="SQL Security" href="/content/sql/security">
    * [User Management](/content/sql/security#sql-security-user-mgmt)
    * [Role Management](/content/sql/security#sql-security-role-mgmt)
    * [Privilege Management](/content/sql/security#sql-security-priv-mgmt)
    * [Security Check](/content/sql/security#sql-security-check)
    * [Impersonation](/content/sql/security#sql-security-impersonation)
  </Card>

  <Card title="Reveal Security" href="/content/security/reveal">
    * [Authentication](/content/security/reveal#security-reveal-authentication)
    * [Users](/content/security/reveal#security-reveal-users)
    * [Roles](/content/security/reveal#security-reveal-roles)
    * [Permissions](/content/security/reveal#security-reveal-permissions)
    * [Changing the Administrator Password](/content/security/reveal#change-password-reveal)
  </Card>
</CardGroup>

## Product Highlights

<CardGroup cols={3}>
  <Card title="Role-based Access Control">
    Grant users access to data and data services with role-based permissions
  </Card>

  <Card title="Granular Permissions">
    Grant access to individual tables, schemas, and other database objects
  </Card>

  <Card title="Row & Column Security">
    Control access to sensitive data within tables with masking, obfuscation, or by disallowing access
  </Card>
</CardGroup>

## How-To Guides

<CardGroup cols={2}>
  <Card title="Quick Start Guide" icon="book" href="/content/guides/quickstart-guide/index">
    Get started with Kinetica Workbench

    Length: 15 MIN
  </Card>
</CardGroup>

## Next Steps

Now that you are familiar with Kinetica's SQL capabilities, here are a few resources to check out next:

* [SQL](/content/sql/index)
* [Reveal](/content/bi/reveal/index)
