> For the complete documentation index, see [llms.txt](https://devcenter.unico.io/unico-people/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://devcenter.unico.io/unico-people/unico-people-v1/apis/posicoes.md).

# Posições

Abaixo temos a lista de api's disponíveis para as funcionalidades do Unico People, que tem uma ação direta para as posições.

1. [Create position](/unico-people/unico-people-v1/apis/posicoes/create-position.md) 🆕
2. [List positions](/unico-people/unico-people-v1/apis/posicoes/list-positions.md)
3. [Get position](/unico-people/unico-people-v1/apis/posicoes/get-position.md)
4. [Update contract data](/unico-people/unico-people-v1/apis/posicoes/update-contract-data.md) 🆕
5. [Change status](/unico-people/unico-people-v1/apis/posicoes/change-status.md)
6. [Delete position](/unico-people/unico-people-v1/apis/posicoes/delete-position.md)
7. [Set benefits](/unico-people/unico-people-v1/apis/posicoes/set-benefits-in-a-position.md)
8. [Send admission kit](/unico-people/unico-people-v1/apis/posicoes/send-admission-kit.md)
9. [Get position invite](/unico-people/unico-people-v1/apis/posicoes/get-position-invite.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://devcenter.unico.io/unico-people/unico-people-v1/apis/posicoes.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.
