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

# Privacy Policy

{% hint style="info" %}
This policy applies to data we collect from our customers (’clients’) who use our fulfilment services. The data subjects are generally the end customer, who have purchased from our clients.
{% endhint %}

We work with various folks who want to send you an awesome product! Sometimes they collect your details directly and then pass them on to us. In other cases they will ask us to collect your details directly on their behalf.

The information we may collect from you is:

* Your name
* Your address
* Your email address
* Your phone number

We process this information for the purposes of:

* Knowing who and where we're sending stuff to!
* Being able to contact you if there is an issue with your address, or your goodies are returned to us 😟
* Sending you tracking information for some shipments, via our carriers
* Providing contact information to customs agencies, where requested, so they can arrange release of your package to you
* Invoicing the company sending you awesome stuff the correct amount

We will store your information securely and delete it within 6 months of the date of shipping. We keep it that long so we can get in contact with anyone whose package is returned.

We store data about which items we shipped for which order identifier for a period of 6 years, for accountancy purposes. We use this to provide high level analytics - how many packages we shipped to how many countries.

We pass on your data to our shipping & carrier partners so they can deliver your package to you. We currently ship to individuals via Royal Mail, Parcelforce and DHL. We will also share your data with MEADS Ltd who we sub-contract warehouse operations to.

We'll also comply with any legal law enforcement or judicial requests to provide information, as required under UK law.

We **do not** use your data for any other purpose such as advertising.

If you want to exercise any of your rights under the GDPR, please send us an email <hello@peregreinecoast.press> 🙂


---

# 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.peregrinecoast.press/fulfilment/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.
