> For the complete documentation index, see [llms.txt](https://cargospot.gitbook.io/cargospot/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cargospot.gitbook.io/cargospot/settings/data-setup.md).

# Data Setup

The **Settings** page or Master menu provides centralized access to core configuration and reference data in the Cargospot platform. It allows authorized users to manage and define key data that drives operational efficiency and ensures consistency across modules.

This enables the setup and maintenance of foundational entities such as users, locations, cost components, and custom brokers, which are essential for planning, execution, and billing.

<figure><img src="/files/hEb6mc0eVkey9eoP0eLY" alt=""><figcaption><p>Master Data Setup</p></figcaption></figure>

### Key Features

<table><thead><tr><th width="227.629638671875">Features</th><th>Functions</th></tr></thead><tbody><tr><td>User Management</td><td>Add, edit, and manage users and user groups. Define roles based on operational responsibilities. (e.g., admin, guest tracker, read-only, web user)</td></tr><tr><td>Stops / Locations</td><td>Add, edit, and manage locations such as pickup points and delivery stops.</td></tr><tr><td>Cost Items/Extra Charges</td><td>Define additional cost elements that may apply, such as service charges, compliance fee etc.</td></tr><tr><td>Items</td><td>Manage the items transported through the platform. Define item unit, weight, dimensions, handling requirements, and packaging types.</td></tr><tr><td>Carriers</td><td>Add and configure carrier profiles, including contact details, mode of transport, and rate structures. Helps in carrier selection and rate comparison.</td></tr><tr><td>Custom Broker</td><td>Manage customs brokers involved in international shipments.</td></tr></tbody></table>


---

# 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, and the optional `goal` query parameter:

```
GET https://cargospot.gitbook.io/cargospot/settings/data-setup.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
