> 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

- [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.
- [Content Strategy](https://docs.frase.io/feature-reference/content-strategy.md): See every input Frase uses to decide what to create, and set the pace it works at.
- [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): Find what to write next, then claim it now or plan it onto your calendar
- [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
- [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.
- [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.
- [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.
- [Backlinks](https://docs.frase.io/feature-reference/backlinks.md): Find new sites to earn links from, keep an eye on the links you already have, and draft outreach


---

# 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.
