> ## Documentation Index
> Fetch the complete documentation index at: https://docs.payra.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Onboarding

> How to use the onboarding endpoints.

The onboarding endpoints allow you to create new entities in the system.

### Create a new Entity

To create a new entity, you need to send a `POST` request to the `/back-office/onboard/entity` endpoint.

The request body should include the organization, hyfin, integrations, and user details.

<Card title="Create a new Entity" icon="plus" href="/api-reference/onboarding/onboard-new-entity">
  Learn more about creating entities in the API reference.
</Card>
