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

# Feature Reference

- [Frase Answers](https://docs.frase.io/feature-reference/frase-answers.md): Turn real visitor questions into published content that ranks on Google and gets cited by AI
- [Brand Hub](https://docs.frase.io/feature-reference/brand-hub.md): Train Frase's system on your brand, and keep all content on-brand, consistent, and ready to ship.
- [SEO Analytics](https://docs.frase.io/feature-reference/seo-analytics.md): Turn search data into clear content priorities.
- [Content Opportunities](https://docs.frase.io/feature-reference/content-opportunities.md): Discover data-driven ways to improve your content
- [Deep Research](https://docs.frase.io/feature-reference/deep-research.md): Turn uncertainty into clarity before you ever open a blank page.
- [Content Scores Explained](https://docs.frase.io/feature-reference/content-scores-explained.md): See how Frase evaluates and helps optimize your content for search and AI discovery
- [Internal & External Linking](https://docs.frase.io/feature-reference/internal-and-external-linking.md): How Frase helps you build a well-connected article.
- [Autonomy Trust Center](https://docs.frase.io/feature-reference/autonomy-trust-center.md): Choose how much of your content Frase can publish without you, with guardrails that pull automation back if quality slips.
- [Content Clusters](https://docs.frase.io/feature-reference/content-clusters.md): Build topical authority with themed clusters
- [Localize Research & Content](https://docs.frase.io/feature-reference/localize-research-and-content.md): Align your research, content, and opportunities to your brand's localized target market(s)
- [Theme Your Blog Automatically](https://docs.frase.io/feature-reference/theme-your-blog-automatically.md): Match your Frase-hosted blog to your existing site's look without touching a design tool. Frase studies your brand's visual style and themes your blog to fit.
- [Agency Client Portal](https://docs.frase.io/feature-reference/agency-client-portal.md): Send content to your clients for review and sign-off with Frase's approval flow. White-labeling available for Enterprise.
- [Using Projects](https://docs.frase.io/feature-reference/using-projects.md): Organize & group your content in Frase
- [Repurpose Content](https://docs.frase.io/feature-reference/repurpose-content.md): Turn a finished Frase article into ready-to-publish content for social media & newsletters


---

# 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.frase.io/feature-reference.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.
