> 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/getting-started/what-is-rankability.md).

# What is Rankability?

Rankability is an AI-powered search visibility platform for agencies and SEO teams. It brings research, content, auditing, promotion, tracking, and Serena into one client workspace.

## What Rankability does

Rankability organizes your work around clients. Select a client to use Serena and the tool suite with that client’s website, brand, connected data, and history.

## Agency workspace

* **Home** — Start work and see account-level activity.
* **Performance** — Compare search and traffic performance across clients.
* **Clients** — Create and manage client workspaces.
* **Projects** — Review work across clients in one place.

## Client workspace

* **Chat** — Work with Serena using the selected client’s context.
* **Tasks** — Review Serena’s suggested, active, waiting, and completed work.
* **Research** — Discover, analyze, and organize keyword opportunities.
* **Create** — Build briefs, drafts, scripts, and optimized content.
* **Audit** — Inspect sites, pages, Google Business Profiles, and URL batches.
* **Promote** — Analyze backlinks and find promotion prospects.
* **Track** — Monitor traditional, AI, local, and video visibility.

## Where settings and help live

**Help** and **Settings** are in the sidebar footer. Settings includes organization, billing, API keys, and client-specific controls.

## Related articles

* [Quickstart checklist](/getting-started/quickstart-checklist.md)
* [Creating a new client](/getting-started/creating-a-new-client.md)
* [Using the Tasks board](/tasks/tasks-board.md)
* [Terminology and key concepts](/getting-started/terminology-and-key-concepts.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://help.rankability.com/getting-started/what-is-rankability.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.
