> For the complete documentation index, see [llms.txt](https://docs.stackai.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.stackai.com/welcome-to-stackai/security-and-governance/security-in-stackai/feature-access.md).

# Feature Access

**Feature access** allows admins to manage Multi-Factor Authentication, Knowledge Bases, LLM access, and more.

Feature Access is designed to:

* Limit the use of certain LLMs
* Limit the use of certain Knowledge Bases
* Limit the use of vertain tools and integrations

### Managing Feature Access

<figure><img src="/files/QYLDLcgDXByNp2HIw3ZO" alt=""><figcaption><p>Navigate to Settings to see the Feature Access section</p></figcaption></figure>

### Apps & Tools Management

Feature Access is where admins can edit the availability of LLMs, applications, and tools on the StackAI platform to your organization. You might want to do these things to uncluttered, facilitate specific building, or to match your organization's compliance standards. You can:&#x20;

* Enable or disable specific applications
* Enable or disable specific LLMs
* Elect to establish your own connections to LLMs using your own API Keys

<figure><img src="/files/L0oYaWfImnqxdCfe0pZb" alt=""><figcaption></figcaption></figure>

When electing to use your own API keys for an LLM, you will be prompted to connect to the LLM of interest to complete setup.&#x20;

<figure><img src="/files/A9Hv7VT6RhMQAYSEGuwU" alt=""><figcaption></figcaption></figure>

### Authentication and Knowledge Base Management

Admins may enable multi-factor authentication for users in the organization and also disable specific exisitng knowledge bases.&#x20;

### Other

Admins are able to further customize their organization by managing the enablement of various additional features such as advances OCR, background workflows, AI Agents Grid, and more.&#x20;

<figure><img src="/files/TDBRXQmkQ06w4GYO6YYl" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.stackai.com/welcome-to-stackai/security-and-governance/security-in-stackai/feature-access.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
