# Content license

Content on our policies site, unless otherwise specified, is licensed under [the Creative Commons Attribution-ShareAlike 4.0 International license](https://creativecommons.org/licenses/by-sa/4.0).

### Attribution

When you adopt our policies on your own, please credit us as such with the following format, replacing placeholders as required:

{% code overflow="wrap" %}

```markdown
Portions of this [policy name] are adopted from Recap Time Squad's [original policy]([link to policy, either live version or archived via Internet Archive/other service]), licensed under CC-BY-SA-4.0 (https://creativecommons.org/licenses/by-sa/4.0).
```

{% endcode %}

You may customize how you attribute your adaptation to the original policy as long as it is linked to the original policy page and the license page to be compliant with the license terms.


---

# 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/license.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.
