# Archives

Welcome to the Archives section of our technical documentation. Here, you'll find previous versions of guides, FAQs, and more. It's a treasure trove of info for those who need to reference older material or track changes over time.

{% hint style="warning" %}
Information in the Archives is NOT up to date, and may include inaccurate details and broken links. The Archives are not actively maintained.
{% endhint %}


---

# 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.toucan.earth/resources/archives.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.
