# Onboarding To ZATCA

One-boarding is a process that makes ready the compliance CSID to issue production CSID.

It is achieved by sending Compliance Invoice Check for all below six documents

{% hint style="info" %}
`for simplified documents use {{base_url}}/api/simplified-compliance`
{% endhint %}

{% hint style="info" %}
`for simplified documents use {{base_url}}/api/standard-compliance`
{% endhint %}

> Stackcue->`DocumentType` in the json body needs to change based on the document. Given below the details

| Document               | DocumentType           |
| ---------------------- | ---------------------- |
| Simplified Invoice     | `SimplifiedInvoice`    |
| Simplified Credit Note | `SimplifiedCreditNote` |
| Simplified Debit Note  | `SimplifiedDebitNote`  |
| Standard Invoice       | `StandardInvoice`      |
| Standard Credit Note   | `StandardCreditNote`   |
| Standard Debit Note    | `StandardDebitNote`    |


---

# 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://stackcue.gitbook.io/stackcue-docs/get-started/let-us-integrate-to-zatca/onboarding-to-zatca.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.
