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

# AI

- [How AI Powers Transform](https://help.transform.ai/ai/how-ai-powers-transform.md): A practical overview of where AI shows up in Transform and how to use it.
- [Meeting Notetaker](https://help.transform.ai/ai/meeting-notetaker.md): Capture meetings and turn them into searchable notes and next steps.
- [Setting Up Meeting Notetaker](https://help.transform.ai/ai/setting-up-meeting-notetaker.md)
- [Capturing Meetings Automatically](https://help.transform.ai/ai/capturing-meetings-automatically.md)
- [Reviewing Meeting Summaries](https://help.transform.ai/ai/reviewing-meeting-summaries.md)
- [Converting Meeting Notes to Requirements](https://help.transform.ai/ai/converting-meeting-notes-to-requirements.md): Turn captured meeting notes into draft requirements for review and refinement.
- [Managing Meeting History](https://help.transform.ai/ai/managing-meeting-history.md)
- [Console](https://help.transform.ai/ai/console.md)
- [Using Console for Natural Language Search](https://help.transform.ai/ai/using-console-for-natural-language-search.md): Ask questions across Transform data and jump to source items.
- [Searching Across All Project Data](https://help.transform.ai/ai/searching-across-all-project-data.md)
- [Finding Decisions and Approvals](https://help.transform.ai/ai/finding-decisions-and-approvals.md): Find decision notes and approval signals across tasks, requirements, and comments.
- [Console Search Tips and Examples](https://help.transform.ai/ai/console-search-tips-and-examples.md): Query patterns you can reuse to find answers faster in Console.
- [Console AI Search](https://help.transform.ai/ai/console-ai-search.md): Ask questions and find answers across Transform content.
- [Knowledge Management](https://help.transform.ai/ai/knowledge-management.md): Keep institutional knowledge organized and easy to reuse.


---

# 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://help.transform.ai/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.
