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

# Platform

> A high-level overview of the RapidAgent platform.

### User

A RapidAgent `User` that has access to `Agents`, `Documents` and `API tokens`.

### API token

An API token used for invoking `Agent` requests using the [Agent predict](/api-reference/endpoint/predict-agent) endpoint.

### Agent

A Large Language Model which has access to a suite of tools. Depending on the user input, the agent can then decide which, if any, of these tools to call.

### Prompt

A text template that is used to ingest context and alter an `Agents` behaviour.

### Document

A piece of information that can be attached to an `Agent` for question answering.
