> For the complete documentation index, see [llms.txt](https://developer.nilvera.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.nilvera.com/en/api/e-producer-api/producer.md).

# Producer

- [Lists Producers](https://developer.nilvera.com/en/api/e-producer-api/producer/lists-producers.md)
- [Get Producer HTML](https://developer.nilvera.com/en/api/e-producer-api/producer/get-producer-html.md)
- [Get Producer PDF](https://developer.nilvera.com/en/api/e-producer-api/producer/get-producer-pdf.md)
- [Get Producer XML](https://developer.nilvera.com/en/api/e-producer-api/producer/get-producer-xml.md)
- [Assign Tag to Producer](https://developer.nilvera.com/en/api/e-producer-api/producer/assign-tag-to-producer.md)
- [Get Producer Tag](https://developer.nilvera.com/en/api/e-producer-api/producer/get-producer-tag.md)
- [Gets Transaction History](https://developer.nilvera.com/en/api/e-producer-api/producer/gets-transaction-history.md)
- [Brings Details](https://developer.nilvera.com/en/api/e-producer-api/producer/brings-details.md)
- [Get Taxes](https://developer.nilvera.com/en/api/e-producer-api/producer/get-taxes.md)
- [Brings Mail Transaction History](https://developer.nilvera.com/en/api/e-producer-api/producer/brings-mail-transaction-history.md)
- [Brings Whatsapp Transaction History](https://developer.nilvera.com/en/api/e-producer-api/producer/brings-whatsapp-transaction-history.md)
- [Brings SMS Transaction History](https://developer.nilvera.com/en/api/e-producer-api/producer/brings-sms-transaction-history.md)
- [Gets Email Activities](https://developer.nilvera.com/en/api/e-producer-api/producer/gets-email-activities.md)
- [Bulk Exports Producers](https://developer.nilvera.com/en/api/e-producer-api/producer/bulk-exports-producers.md)
- [Assigns New Status to Producers](https://developer.nilvera.com/en/api/e-producer-api/producer/assigns-new-status-to-producers.md)
- [Sends Producer via Email](https://developer.nilvera.com/en/api/e-producer-api/producer/sends-producer-via-email.md)
- [Sends Producer Via Whatsapp](https://developer.nilvera.com/en/api/e-producer-api/producer/sends-producer-via-whatsapp.md)
- [Sends Producer Via SMS](https://developer.nilvera.com/en/api/e-producer-api/producer/sends-producer-via-sms.md)
- [Saves as Draft](https://developer.nilvera.com/en/api/e-producer-api/producer/saves-as-draft.md)
- [Cancel Producer](https://developer.nilvera.com/en/api/e-producer-api/producer/cancel-producer.md)
- [Undoes Producer Cancellation](https://developer.nilvera.com/en/api/e-producer-api/producer/undoes-producer-cancellation.md)
- [Get Producer Status](https://developer.nilvera.com/en/api/e-producer-api/producer/get-producer-status.md)
- [Assign Special Code to Producer](https://developer.nilvera.com/en/api/e-producer-api/producer/assign-special-code-to-producer.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://developer.nilvera.com/en/api/e-producer-api/producer.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.
