> 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/audenai-intelligence.md).

# audenAI Intelligence

**In short:** audenAI Intelligence is a written read on what you sound like and what is landing. It reads your recent posts and your voice profile, then writes a brief, a set of deep cards, and (on higher plans) a "what to change" list. It refreshes on a limited schedule.

Find it as a tab in **Analytics**. It works on Twitter and LinkedIn.

### What it produces

* **"audenAI says"**: a short brief on where you are.
* **Deep cards**: a closer read across areas like your writing identity, what works for you, what is slowing you down, your posting rhythm, and where to grow next. Cards come with evidence from your own posts and a "try this" suggestion.
* **"What to change"**: concrete adjustments to make, on Pro and above.

It is generated on demand by audenAI Deep, not computed live, so it reads like a considered write-up rather than a dashboard of numbers.

### How often it refreshes

audenAI Intelligence refreshes on a rolling limit per plan:

|         | Free          | Creator            | Pro                | Enterprise        |
| ------- | ------------- | ------------------ | ------------------ | ----------------- |
| Refresh | not available | once every 30 days | once every 15 days | once every 7 days |

Your first read generates automatically. After that, the countdown tells you when you can refresh again.

### Who gets what

* **"Who you are"** (the brief and deep cards) is on Creator and above.
* **"What to change"** (the concrete adjustments) is on Pro and above.
* Free plans do not get audenAI Intelligence.

{% hint style="info" %}
On Twitter, audenAI Intelligence also folds in your live profile and mentions context. On LinkedIn it reads your synced posts only, so it has a little less to work with, but still gives you a real read.
{% endhint %}

### How it fits with the rest

audenAI Intelligence, your analytics, Voice Lab, and Engage all draw from the **same synced data**. One analytics sync feeds everything, so what audenAI reads here is the same reality you see in the Overview. See Twitter analytics.

### Common questions

**Is this real-time?** No, and that is intentional. It is a considered read you generate on a schedule, not a live feed. That is why it can write in prose about your voice and performance.

**Why is it limited to a few refreshes?** Each read is a deep, generated analysis. The refresh limits keep it meaningful (and cost-controlled) rather than something you rerun every hour.


---

# 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/audenai-intelligence.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.
