> For the complete documentation index, see [llms.txt](https://docs.voicemoat.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.voicemoat.com/voice-and-audenai/ask-audenai.md).

# Ask audenAI

**In short:** Ask audenAI is a chat with the brain that knows your voice. It can answer questions, brainstorm, draft, and take small actions in the app. It costs 1 credit for a plain answer, 2 when it uses a tool, and it is a paid feature.

### Where to find it

* **On desktop**, audenAI sits in a docked rail you can open from the side of the dashboard.
* **On mobile**, it is a floating bubble.

Either way it is the same chat, and it always knows the **active profile's** voice and context.

### What it can do

Ask audenAI is not just a Q\&A box. It can:

* answer questions about your voice, your posts, and how to use VoiceMoat,
* brainstorm angles and hooks,
* draft a post or reply in your voice and hand it to Studio,
* and take small in-app actions (navigate you somewhere, pull something up, help generate media).

Because it knows your trained voice and your Memory, its drafts and suggestions are grounded in you, not generic.

### What it costs

{% hint style="info" %}
A plain answer costs **1 credit**. A turn where audenAI uses a tool (drafting, generating, acting in the app) costs **2 credits**. You will see credits drawn from your daily pool as you chat.
{% endhint %}

### Who can use it

Ask audenAI is a paid feature. Creator, Pro, Enterprise, and the trial can use it. Free plans and expired trials cannot; the chat is locked until you are on a paid plan.

The tier of audenAI in chat follows your plan: Standard on Creator and Pro, Deep on Enterprise and the trial. See audenAI Standard vs Deep.

### Memory

audenAI remembers useful facts from your chats (your goals, projects, preferences) so you do not have to repeat yourself. You control exactly what it keeps. See Memory.

### Common questions

**Does it post for me?** No. It can draft and hand a post to Studio, but you still review and post. Nothing goes out without your action.

**Why did a message cost 2 credits?** That turn used a tool (drafting, generating, or acting in the app) rather than just answering. Plain answers are 1 credit.

**Does it know which profile I am on?** Yes. It always uses the active profile's voice and memory. Switch profiles and the chat follows.


---

# 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.voicemoat.com/voice-and-audenai/ask-audenai.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.
