# Natural Person Create process

## Process steps

The process is asynchronous and involves several steps:

1. Partner calls the create np endpoint,
2. There is verified if everything is present and if there is detected a new Natural Person with restricted data, we open an admin task,
3. If admin rejects, Natural Person is rejected. If admin approves, Natural Person is created.,


---

# 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.wawex.ai/documentation/customer-management/5_natural_person_create_process.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.
