> For the complete documentation index, see [llms.txt](https://docs.me.bot/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.me.bot/jp/more/compliance/me.bots-sub-processors-list.md).

# Me.bot's Sub-Processors List

We currently authorize some third-party sub-processors to process your data depending on which functions you enable in Me.bot.<br>

<table data-full-width="true"><thead><tr><th width="172">Sub-Processor</th><th width="168">Relevant Services</th><th width="174">Coporate Location</th><th>GDPR Article 45 Mechanism for Transfer</th></tr></thead><tbody><tr><td>APIDeck.com</td><td>Google Calendar OAuth and CRM OAuth</td><td>Belgium</td><td>Standard Contractual Clauses</td></tr><tr><td>Google Firebase</td><td>Firebase Authentication</td><td>United States</td><td>Standard Contractual Clauses</td></tr><tr><td>Microsoft Azure</td><td>Cloud hosting services to host user-generated content that Me.bot collects on the Controller’s behalf, including CDN and LLM API services</td><td>United States</td><td>Standard Contractual Clauses</td></tr><tr><td>Vanta</td><td>Software to work towards GDPR &#x26; USDP compliance.</td><td>United States</td><td>Standard Contractual Clauses</td></tr><tr><td>Brevo</td><td>Software to send marketing emails to customers</td><td>France, Germany, United States, Canada, India and Austria</td><td>Standard Contractual Clauses</td></tr><tr><td>Stripe</td><td>Payment</td><td>United States</td><td>Standard Contractual Clauses</td></tr></tbody></table>


---

# 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.me.bot/jp/more/compliance/me.bots-sub-processors-list.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.
