# Home

Welcome to our policies site, where we host most of our policies publicly in one place. Use the navigation menu on the left (or by tapping the hamburger icon) or the search bar/icon to navigate around.

{% hint style="warning" %}
**We're working on this page at the moment.** This is not the final version at the moment, but we're working hard on ironing out possible issues and covering edge cases behind the scenes.

If you see this notice at the homepage, that means the entire policies site is being worked on right now but we publish working drafts to production to allow us to collect feedback early on during policy developments.
{% endhint %}

### Important policies and legal documents

{% content-ref url="abuse-contacts" %}
[abuse-contacts](https://policies.recaptime.dev/abuse-contacts)
{% endcontent-ref %}

{% content-ref url="meta/legal-info" %}
[legal-info](https://policies.recaptime.dev/meta/legal-info)
{% endcontent-ref %}

{% content-ref url="meta/fiscal-sponsorship" %}
[fiscal-sponsorship](https://policies.recaptime.dev/meta/fiscal-sponsorship)
{% endcontent-ref %}

{% content-ref url="general/privacy" %}
[privacy](https://policies.recaptime.dev/general/privacy)
{% endcontent-ref %}

{% content-ref url="general/refund-policy" %}
[refund-policy](https://policies.recaptime.dev/general/refund-policy)
{% endcontent-ref %}

{% content-ref url="community/code-of-conduct" %}
[code-of-conduct](https://policies.recaptime.dev/community/code-of-conduct)
{% endcontent-ref %}

### Changelog and previous versions

You can track policy changes and more in one place on its dedicated page below:

{% content-ref url="changelog" %}
[changelog](https://policies.recaptime.dev/changelog)
{% endcontent-ref %}


---

# 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://policies.recaptime.dev/home.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.
