# PapelShip Web-API Documents

## Create your API Key

<figure><img src="/files/11J0rDPuGe1kPIrctYEr" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
Do not share your API Key with third parties.\
After the creation process, the page will refresh and you will not be able to see your API Key again, so remember to save it.
{% endhint %}

<a href="https://papelship.com/system/profile/api" class="button primary" data-icon="arrow-up-right-from-square">My API Keys</a>

***


---

# Agent Instructions: 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:

```
GET https://docs.papelship.com/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
