# Welcome!

This space brings together everything you need to integrate with ToS;DR or run our software yourself.

## What's inside

* [Self-Hosting Phoenix](https://docs.tosdr.org/developer/self-hosting-phoenix) — current notes on deploying your own Phoenix instance, plus supporting material such as [useful SQL queries](https://docs.tosdr.org/developer/self-hosting-phoenix/useful-sql-queries).
* [ToS;DR Developers](https://docs.tosdr.org/developer/tos-dr-developers) — API reference material for interacting with our public services.

## Get involved

We welcome improvements to the tooling and the documentation itself. If you already know your way around the project, consider [contributing](https://github.com/tosdr).


---

# 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://docs.tosdr.org/developer/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.
