# Allowed document types and formats

| Document type                                            | Description                                                                                                  | Allowed document formats                                                                                                                                                         |
| -------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Invoice                                                  | The common invoice that the seller produces and will send to any customer.                                   | <p>1.  PDF format with .pdf file extension.</p><p> </p><p>2.  IMAGE format with .jpg, .jpeg, or .png file extensions.</p>                                                        |
| <p>Electronic Fiscal Invoice</p><p>(For Brazil only)</p> | <p>The common fiscal invoice that the seller produces and will send to</p><p>any customer.</p>               | 1.  XML (model 55 fiscal invoice XML) format with .xml file extension.                                                                                                           |
| Receipt                                                  | <p>The common receipt that the seller produces and uses for shipping and</p><p>Legal goods transporting.</p> | <p>1.  PDF format with .pdf file extension.</p><p> </p><p>2.  IMAGE format with .jpg, .jpeg, or .png file extensions.</p><p> </p><p>3.  XML format with .xml file extension.</p> |

When attaching a document to an order within Alephee, the platform will send the attached document to the origin marketplace where the order was created\
Please refer to the orders and shipping glossary section for more details.


---

# 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://developers.alephee.com/v2/orders/post-methods/attach-a-document-to-an-order/allowed-document-types-and-formats.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.
