> For the complete documentation index, see [llms.txt](https://docs.smolsoftware.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.smolsoftware.com/legal/security-and-privacy/data-sub-processors.md).

# Data sub-processors

Smol Software uses the third party entities below (each, a “sub-processor”) to process end-user data (i) on behalf of Smol Software customers and in accordance with contract terms between Smol Software and the sub-processor to uphold Smol Software's commitments in [Data Processing](https://docs.released.so/legal/data-processing-addendum).

| Subprocessor          | Description                                                                                                                                                                                                                                                                     | Privacy Statement                                |
| --------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------ |
| Atlassian Corporation | We use Jira Service Management from Atlassian for the creation, tracking and administration of support tickets, Jira Software Cloud for tracking software development and task management, and Atlassian Confluence Cloud for the internal documentation of customer use cases. | <https://www.atlassian.com/legal/privacy-policy> |
| AWS                   | We use Amazon Web Services to store and process our customer's automations (S3 / RDS / AppRunner).                                                                                                                                                                              | <https://aws.amazon.com/privacy/>                |
| Google Workspace      | Email, Docs, Sheets, Slides, Forms.                                                                                                                                                                                                                                             | <https://policies.google.com/privacy>            |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.smolsoftware.com/legal/security-and-privacy/data-sub-processors.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
