> For the complete documentation index, see [llms.txt](https://support.sayprimer.com/primer/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.sayprimer.com/primer/primer-support-review/ai-assistant/using-the-ai-assistant.md).

# Using the AI assistant

What Primer's in-app AI chat can answer and how it grounds its answers.

**Beta — contact** [**support@sayprimer.com**](mailto:support@sayprimer.com) **to request access.**

Primer's in-app assistant answers questions in chat, drawing on this help center and your own account.

## What it can help with

* **Product how-tos** — how features work, grounded in this help center.
* **Your account** — your plan, audience slots, reveal limit, and connected destinations.
* **Your reports** — questions about analyses you've generated.
* **Account research** — profile a company and infer its ICP (see [Researching an account](/primer/primer-support-review/account-research/researching-an-account.md)).
* **Performance** — analytics on delivery, spend, match rates, conversions and trends.

## How it stays accurate

For how-to questions, the assistant answers only from this help center. If it can't find a grounded answer, it tells you it doesn't have that information rather than guessing.

It remembers context across the conversation and can look back over your earlier chat threads to pick up where you left off.

## Sharing a chat

You can share a chat via a link that opens a read-only view of the conversation, so a teammate can see it without signing in. Manage the chats you've shared under **Settings → Shared Chats**.


---

# 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://support.sayprimer.com/primer/primer-support-review/ai-assistant/using-the-ai-assistant.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.
