> For the complete documentation index, see [llms.txt](https://docs.genlogs.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.genlogs.io/carrier/onboarded-carriers.md).

# Onboarded Carriers

- [Create Onboarded Carriers](https://docs.genlogs.io/carrier/onboarded-carriers/create-onboarded-carriers.md): Create an onboarded carrier contact associated with a specific USDOT. This endpoint allows customers to add their own validated contact information.
- [Get Onboarded Carriers](https://docs.genlogs.io/carrier/onboarded-carriers/get-onboarded-carriers.md): This endpoint allows external systems to retrieve onboarded carrier contacts configured for the authenticated customer.
- [Update Onboarded Carrier](https://docs.genlogs.io/carrier/onboarded-carriers/update-onboarded-carrier.md): Update an onboarded carrier contact associated with the specific contact\_id. This endpoint allows customers to update their own validated contact information.
- [Delete Onboarded Carrier](https://docs.genlogs.io/carrier/onboarded-carriers/delete-onboarded-carrier.md): Delete an onboarded carrier contact associated with the specific contact\_id. This endpoint allows customers to remove their own validated contact information.
- [Create Onboarded Carriers Bulk](https://docs.genlogs.io/carrier/onboarded-carriers/create-onboarded-carriers-bulk.md)
- [Delete Onboarded Carrier Bulk](https://docs.genlogs.io/carrier/onboarded-carriers/delete-onboarded-carrier-bulk.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://docs.genlogs.io/carrier/onboarded-carriers.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.
