> For the complete documentation index, see [llms.txt](https://docs.empowergpt.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.empowergpt.ai/getting-started/features.md).

# Features

### **Adaptive Intelligence**

EmpowerGPT grows with you. Its capabilities evolve as your knowledge and expertise expand, ensuring that the guidance, content, and insights you receive remain relevant, accurate, and personalized.

### **Granular Permissions & Configurable Roles**

Manage access with precision. EmpowerGPT allows administrators to assign roles and permissions at a detailed level, ensuring each user sees exactly what they need—no more, no less. This structure enhances security without limiting productivity.

### **Robust Data Management & Security**

Built on a secure and scalable framework, EmpowerGPT protects your data while supporting seamless teamwork. Collaborative features, secure storage, and controlled data flows work together to maintain integrity and compliance across all operations.

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-cover data-type="image">Cover image</th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h4>Chat</h4></td><td><a href="/files/AHS8ESlhmQuKaTUIqjJv">/files/AHS8ESlhmQuKaTUIqjJv</a></td><td><a href="/pages/CCABiuM790wWvY0EDeA0">/pages/CCABiuM790wWvY0EDeA0</a></td></tr><tr><td><h4>Assistants</h4></td><td><a href="/files/nLG6Ywt51BTvfc6U5h0c">/files/nLG6Ywt51BTvfc6U5h0c</a></td><td><a href="/pages/SaWncInGkrGaUP0Q1Mr4">/pages/SaWncInGkrGaUP0Q1Mr4</a></td></tr><tr><td><h4>Advance Search</h4></td><td><a href="/files/5R3MhfSek8zU8iZipLIQ">/files/5R3MhfSek8zU8iZipLIQ</a></td><td><a href="/pages/tIXtfLt2BM8KPeUiYBSH">/pages/tIXtfLt2BM8KPeUiYBSH</a></td></tr><tr><td><h4>Apps</h4></td><td><a href="/files/jUpEOYignULw0b8ksUau">/files/jUpEOYignULw0b8ksUau</a></td><td><a href="/pages/eMARsNVtva5KqNhuR7NX">/pages/eMARsNVtva5KqNhuR7NX</a></td></tr><tr><td><h4>Workspace</h4></td><td><a href="/files/5vn8HGrkrfwPb4ZKzswN">/files/5vn8HGrkrfwPb4ZKzswN</a></td><td><a href="/pages/AwVj4ELbfB8JArvd7xRe">/pages/AwVj4ELbfB8JArvd7xRe</a></td></tr><tr><td><h4>Connectors</h4></td><td><a href="/files/CO7YAoAW3oLpWVwuUKkd">/files/CO7YAoAW3oLpWVwuUKkd</a></td><td><a href="/pages/B60CQnqxctsE6ydDB17T">/pages/B60CQnqxctsE6ydDB17T</a></td></tr></tbody></table>

### AI Models

EmpowerGPT leverages advanced AI models, including **Gemini 3 Pro** & **GPT-5**, to process and generate responses based on document content. Users can select their preferred AI model within the chat interface to tailor the response generation to their specific needs.

{% hint style="info" %}
The accuracy and correctness of the answers may vary depending on the selected model.
{% endhint %}

Following LLM(s) are available in EmpowerGPT:

1. OpenAI (GPT-5, 5.1, GPT-4o, GPT-4.1, o1, o4 mini)
2. Gemini-Flash 2.0, Gemini-Flash 2.5 Gemini 3 pro
3. Deepseek-V3
4. Llama 3.1 405B, Llama 3.2 90B
5. Command R+
6. Mistral-Large


---

# 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.empowergpt.ai/getting-started/features.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.
