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

# Pro Edition

Your free trial is powerful, but limited. The **Pro license** unlocks every advanced feature so you can make the most of your knowledge and data. 🚀

## Pay-as-you-go pricing 📉

Pro uses a simple, transparent, pay-as-you-go model — you pay only for what you use, with no long-term contracts and no hidden fees. 💳

Costs are based on:

* The **documents processed** (active Agents and analysed documents)
* The **questions asked** (tokens consumed by your Agents)

> 🏦 Current pricing is on our [pricing page](https://www.verbatim-ai.com/pricing).

## Connect your knowledge 🔋

Connectors interface directly with your workspaces and feed your Agents automatically — no manual uploads, no human intervention. A selection of the most popular connectors:

* **Atlassian** — Jira, Confluence, Bitbucket: your Agents become true project companions.
* **Microsoft** — SharePoint, OneDrive — and **Google** — Drive, Docs, Sheets: your work folders are taken into account in your analyses.
* **Zendesk** — ticketing, support and knowledge base: your Agents become product experts.
* **Email** — forward an email to your Agent and it integrates the content into its knowledge base.
* …and many more.

## Deploy your Agents in Slack & Teams 🤙

Query your Agents straight from your favourite tools. A simple question to **@VerbatimAI** and you get your answer — then continue the discussion in the thread to go deeper.

## Integrate with your information system 🖥️

Your IT team can integrate your Agents into your existing infrastructure for a unified experience, using our [secure APIs](https://www.verbatim-ai.com/api-docs/index.html). See the [**API keys**](/docs/api-keys.md) guide to get started.

## Collaborative mode 🧑‍🤝‍🧑

Share your Agents with your teams and collaborators for efficient, coordinated work.

## Support & security

* 🆘 **24/7 technical support** to help you solve problems and get the most from your license.
* 🔐 **Absolute security** — infrastructure that meets the highest standards.
* 🔑 **Absolute confidentiality** — total, contractually guaranteed protection of your sensitive data.

***

Your trial gives you a real taste of Verbatim AI. When you're ready to connect your sources, deploy to Slack/Teams and collaborate at scale, Pro is the next step. Plans and pricing are on our [website](https://www.verbatim-ai.com/).


---

# 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://verbatim-ai.gitbook.io/docs/pro-edition.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.
