# Home

Welcome to the BriefTech Help Centre. Find answers, step-by-step guides, and reference material for every part of the platform.

***

## How to use this help centre

This help centre is organised using the [Diátaxis](https://diataxis.fr) framework — four distinct types of documentation, each designed for a different need:

| Section                                              | Best for                                                                      |
| ---------------------------------------------------- | ----------------------------------------------------------------------------- |
| [**Tutorials**](/tutorials/tutorials.md)             | Learning by doing — follow a complete walkthrough from upload to court bundle |
| [**How-to Guides**](/how-to-guides/how-to-guides.md) | Solving a specific task quickly — short, goal-oriented instructions           |
| [**Explanations**](/explanations/explanations.md)    | Understanding how and why things work the way they do                         |
| [**Reference**](/reference/reference.md)             | Precise technical detail — settings, fields, limits, and formats              |

***

## Quick links

### Tutorials

Follow the full pipeline from start to finish:

* [Create an account and workspace](/tutorials/tutorials/set-1-upload/01-create-account-workspace.md)
* [Upload documents](/tutorials/tutorials/set-1-upload/02-upload-documents.md)
* [Run AI analysis](/tutorials/tutorials/set-3-ai-analysis/01-run-organise-agent.md)
* [Build a List of Documents](/tutorials/tutorials/set-4-index/01-apply-lod-preset.md)
* [Generate a court bundle](/tutorials/tutorials/set-5-court-bundle/01-bundle-settings.md)

### How-to Guides

*Coming soon — targeted guides for common tasks.*

### Explanations

*Coming soon — deep dives into BriefTech concepts.*

### Reference

*Coming soon — complete field and setting definitions.*

***

## Need more help?

Contact the BriefTech support team at <support@brieftech.ai>.


---

# Agent Instructions: 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:

```
GET https://help.brieftech.ai/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
