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

# Frequently asked questions

Quick answers about navigation, credits, Serena, projects, sharing, and integrations.

## Where did Advise go?

The client navigation label is now **Chat**. Chat opens Serena for the selected client.

## Where did Reporter go?

The end-user navigation label is **Track**. The public API continues to use the `reporter` namespace.

## Does Serena chat use credits?

No. Chat is free. Serena can start metered research, content, audit, promotion, tracking, or enrichment actions; the product shows the action and cost first.

## Why did an Autopilot run charge after a warning?

Autopilot is charged once it produces a usable draft. A later optimization, fact, or image step can fail after that point and still leave a usable charged result.

## Why is a metric missing?

Confirm the selected client, connection status, property, date range, and whether enough tracking or analytics history exists. Missing data is not the same as zero.

## How do I share with a client?

Use the client portal for recurring access or a supported revocable share link for one report or content item. Do not share your own login.

## Where are Audit and Promote?

Select a client. Both are primary items in the client tool navigation.

## How do I get help?

Open **Support** in the Rankability sidebar footer, or [submit a support request](https://app.rankability.com/support). Include the client, project, action, time, and exact error.


---

# 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.rankability.com/troubleshooting/frequently-asked-questions.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.
