> For the complete documentation index, see [llms.txt](https://thecontentforge.gitbook.io/thecontentforge-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://thecontentforge.gitbook.io/thecontentforge-docs/feature-guides.md).

# Feature Guides

- [Dashboard](https://thecontentforge.gitbook.io/thecontentforge-docs/feature-guides/dashboard.md)
- [Content Forge](https://thecontentforge.gitbook.io/thecontentforge-docs/feature-guides/content-studio.md)
- [Newsletter](https://thecontentforge.gitbook.io/thecontentforge-docs/feature-guides/newsletter.md)
- [Video Forge](https://thecontentforge.gitbook.io/thecontentforge-docs/feature-guides/video-studio.md)
- [Video Forge - Create](https://thecontentforge.gitbook.io/thecontentforge-docs/feature-guides/video-studio/video-forge-create.md)
- [Image Forge](https://thecontentforge.gitbook.io/thecontentforge-docs/feature-guides/image-forge.md)
- [QR Manager](https://thecontentforge.gitbook.io/thecontentforge-docs/feature-guides/image-forge/qr-manager.md)
- [Link Manager & Short Links](https://thecontentforge.gitbook.io/thecontentforge-docs/feature-guides/image-forge/link-manager.md)
- [Brand Voice](https://thecontentforge.gitbook.io/thecontentforge-docs/feature-guides/brand-voice.md)
- [Patterns](https://thecontentforge.gitbook.io/thecontentforge-docs/feature-guides/patterns.md)
- [Experiments](https://thecontentforge.gitbook.io/thecontentforge-docs/feature-guides/experiments.md)
- [Competitor Intelligence](https://thecontentforge.gitbook.io/thecontentforge-docs/feature-guides/competitor-intelligence.md)
- [Competitor Analysis](https://thecontentforge.gitbook.io/thecontentforge-docs/feature-guides/competitor-analysis.md)
- [Meme Intelligence](https://thecontentforge.gitbook.io/thecontentforge-docs/feature-guides/meme-intelligence.md)
- [ForgeSays](https://thecontentforge.gitbook.io/thecontentforge-docs/feature-guides/forge-says.md)
- [Trend Scan](https://thecontentforge.gitbook.io/thecontentforge-docs/feature-guides/trend-scan.md)
- [Market Signals](https://thecontentforge.gitbook.io/thecontentforge-docs/feature-guides/market-signals.md)
- [Algorithm Watch](https://thecontentforge.gitbook.io/thecontentforge-docs/feature-guides/algorithm-watch.md)
- [Web3 Projects](https://thecontentforge.gitbook.io/thecontentforge-docs/feature-guides/web3-project.md)
- [Asset Library](https://thecontentforge.gitbook.io/thecontentforge-docs/feature-guides/asset-library.md)
- [Knowledge Base](https://thecontentforge.gitbook.io/thecontentforge-docs/feature-guides/knowledge-base.md)
- [Data Ingestion](https://thecontentforge.gitbook.io/thecontentforge-docs/feature-guides/data-ingestion.md)
- [Generation Queue](https://thecontentforge.gitbook.io/thecontentforge-docs/feature-guides/generation-queue.md)
- [Publishing](https://thecontentforge.gitbook.io/thecontentforge-docs/feature-guides/publishing.md)
- [My Account > Social Connections](https://thecontentforge.gitbook.io/thecontentforge-docs/feature-guides/social-connections.md)
- [Calendar](https://thecontentforge.gitbook.io/thecontentforge-docs/feature-guides/calendar.md)
- [My Account](https://thecontentforge.gitbook.io/thecontentforge-docs/feature-guides/my-account.md)
- [Bot History](https://thecontentforge.gitbook.io/thecontentforge-docs/feature-guides/bot-history.md)
- [Security Log](https://thecontentforge.gitbook.io/thecontentforge-docs/feature-guides/bot-history/security-log.md)
- [Browser Extension](https://thecontentforge.gitbook.io/thecontentforge-docs/feature-guides/browser-extension.md)
- [Support & Feedback](https://thecontentforge.gitbook.io/thecontentforge-docs/feature-guides/support.md)
- [Languages](https://thecontentforge.gitbook.io/thecontentforge-docs/feature-guides/languages.md)


---

# 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://thecontentforge.gitbook.io/thecontentforge-docs/feature-guides.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.
