> For the complete documentation index, see [llms.txt](https://docs.seda.xyz/home/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.seda.xyz/home/resources/legal/privacy-policy.md).

# Privacy Policy

The purpose of this Privacy Policy is to describe this website's data policy and how it complies with data privacy legislation, including in particular FADP (Swiss Federal Act on Data Protection).

This website is using [Vercel Web Analytics](https://vercel.com/docs/analytics) to track its usage. Vercel Web Analytics allows us to track usage without collecting any personal data or personally identifiable information, without using cookies and thus ensuring privacy of our visitors. In particular, all the website measurements are carried out absolutely anonymously.

In short, this website does not track any personal data. This is also the reason why we do not need to distract our visitors with privacy policy prompts, or to display a complex privacy policy.

For more information on how anonymous website measurement and usage tracking is achieved, visit [Vercel Web Analytics](https://vercel.com/docs/analytics).

This website uses MailerLite to manage our email marketing subscriber list and to send emails to our subscribers. MailerLite is a third-party provider, which may process your data using industry-standard technologies to help us monitor and improve our newsletter. MailerLite's privacy policy is available at <https://www.mailerlite.com/legal/privacy-policy>. You can unsubscribe from our newsletter by clicking on the unsubscribe link provided at the end of each newsletter.

When you submit an [inbound form](https://seda-inbound-form.vercel.app/) on our website, we may use the information you provide to respond to your request and manage potential business relationships. Your submission will be processed by [Vercel](https://vercel.com/legal/privacy-policy) and shared with our team through [Telegram](https://telegram.org/privacy?setln=fa). For more information, please refer to the privacy policies of these providers.

If you have any questions about this Privacy Policy, contact <info@seda.xyz>.


---

# 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.seda.xyz/home/resources/legal/privacy-policy.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.
