> ## Documentation Index
> Fetch the complete documentation index at: https://vokra.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> What Vokra AI does and how its main parts fit together.

Vokra AI is a multi-tenant platform for building agents that perform repeatable work. An agent combines instructions, a model, and connected tools. A job gives the agent a specific prompt and can run manually or through a trigger.

The normal workflow is:

1. Add credentials for an LLM provider.
2. Connect the tools the agent needs.
3. Create an agent and choose its model.
4. Create a job for the agent.
5. Run the job manually, on a schedule, by webhook, or after another job completes.
6. Review messages, tool calls, output, usage, and any requested human input in run history.

Vokra does not include third-party model or tool usage in its subscription price. You provide the credentials for the providers and services you connect, and those providers may charge you separately.

For a practical first workflow, follow [Build a monitoring brief](/quickstart).
