> For the complete documentation index, see [llms.txt](https://docs.introist.com/knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.introist.com/knowledge-base/build/introist-ai/setting-up-introist-ai.md).

# Setting up Introist AI

To set up Introist AI, navigate to Settings => AI. Click "Enable AI" to start. You have two options to select what AI account is used.\
\
**Introist AI account**

With Introist AI account, you don't need to do anything in terms of setting things up, we got that covered. All your AI requests will be handled by our AI account (OpenAI). Using Introist AI account does not incur any costs to you but your monthly usage will be limited.

If you select Introist AI account, confirm the selection by clicking "Next" and then clicking again "Request". We will receive the request and configure your AI within a few business days. When ready, we will send you an email.

**Your OpenAI account**

You can also use your own OpenAI account by submitting your API key. With this option, you can guarantee that all AI requests are run on your own OpenAI account where you can handle the data and access. Furthermore, you can utilise the AI as much as you like within the budget constraints of your OpenAI account.

If you don't yet have an OpenAI account but would like to set up one, read [Setting up OpenAI account](/knowledge-base/build/introist-ai/setting-up-introist-ai/setting-up-openai-account.md).

If you select Your OpenAI account, confirm the selection by clicking "Next", paste your OpenAI API key to the field, and click "Save" to enable the AI.


---

# 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.introist.com/knowledge-base/build/introist-ai/setting-up-introist-ai.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.
