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

# AgileCase Documentation

{% hint style="success" %}
This is the home page for AgileCase's documentation. This documentation is still firmly under development, if you have any issues, questions or suggestions please feel free to get in touch.
{% endhint %}

The documentation is split into three parts. Pick whichever matches what you are trying to do.

<table data-view="cards"><thead><tr><th>Section</th><th>What it covers</th><th data-card-target data-type="content-ref">Target</th></tr></thead><tbody><tr><td><strong>User Documentation</strong></td><td>Working in AgileCase day to day: your dashboard, cases, contacts, tasks, bills, calendars and search.</td><td><a href="/pages/MqTsHhrsFdZlOK6BRM14">/pages/MqTsHhrsFdZlOK6BRM14</a></td></tr><tr><td><strong>Administrator Documentation</strong></td><td>Setting up and running AgileCase: your account, users, case types, custom fields, templates, reports and integrations.</td><td><a href="/pages/VyP6bOaWeajZ5F2FshJ0">/pages/VyP6bOaWeajZ5F2FshJ0</a></td></tr><tr><td><strong>Developer Documentation</strong></td><td>Extending AgileCase with your own JavaScript: case scripting, JavaScript label fields, and on load and on save scripts.</td><td><a href="/pages/cR0aqC0vRCKtvgzj4uvp">/pages/cR0aqC0vRCKtvgzj4uvp</a></td></tr></tbody></table>

{% hint style="info" %}
The developer documentation assumes JavaScript experience. If you want a script built but would rather not write it, get in touch at <sales@agilecase.com>.
{% endhint %}

## New to AgileCase?

If you are setting up an AgileCase account for the first time, start with [Getting Started](/administrator-documentation/getting-started.md), which walks you through preparing the system for your team.

If your account is already set up and you just need to get to work, start with [Registration and Personal Settings](/user-documentation/registration-and-personal-settings.md) and then the [Dashboard](/user-documentation/dashboard.md).

## Keeping up with changes

New features, improvements and fixes are listed in the [Release Notes](/release-notes.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://docs.agilecase.com/agilecase-documentation.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.
