> 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/getting-started.md).

# Getting Started

Welcome to our public fulfilment guide! This is designed to serve as a reference for how we do fulfilment at Peregrine Coast Press, what you can expect from us and what we expect from you 🙂

{% hint style="info" %}
These docs are a work in progress! Please let us know any comments or feedback so we can expand and improve them 😊
{% endhint %}

We’re always super excited when people reach out to us to arrange fulfilment, and we’ll do our best to help out!

As a quick guide, here are the things we’re good at:

[✅ Bulk fulfilment for Kickstarters or crowdfunding](/fulfilment/crowdfunder-distribution.md)

✅ Receiving, itemising and storing stock from printers

[✅ Distribution and shipping wholesale orders to other shops](/fulfilment/wholesale-and-distribution.md)

✅ Export, including handling customs into the E

Some of the things we’re not really set up for just yet:

❌ Complex assembly (eg. folding, gluing, cutting etc.)

❌ Long term storage (we don’t have space!)

We try to be flexible, so if there’s something you’re looking for help with then let us know and we can see if it’s something that is feasible!

Once you’re looking to get started, send us an email over to store[@peregrinecoast.press](mailto:store@peregrinecoast.press) with more details about you need to ship (volume, dimensions, weight) and we’ll get the ball rolling.

Check out the rest of the articles to get an idea of what that will look like 🙂


---

# 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/getting-started.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.
