# Entities

In order to understand all of the pallets functionalities it is necessary for us to understand what entities exist within the pallet and what is their purpose.

* [Authority Accounts](/veles-carbon-credits-pallet/pallet-entities-and-functionalities/entities/authority-accounts.md)
* [Carbon Footprint Accounts](/veles-carbon-credits-pallet/pallet-entities-and-functionalities/entities/carbon-footprint-accounts.md)
* [Trader Accounts](/veles-carbon-credits-pallet/pallet-entities-and-functionalities/entities/trader-accounts.md)
* [Project Owner Accounts](/veles-carbon-credits-pallet/pallet-entities-and-functionalities/entities/project-owner-accounts.md)
* [Validator Accounts](/veles-carbon-credits-pallet/pallet-entities-and-functionalities/entities/validator-accounts.md)
* [Projects](/veles-carbon-credits-pallet/pallet-entities-and-functionalities/entities/projects.md)
* [Carbon Credit Batches](/veles-carbon-credits-pallet/pallet-entities-and-functionalities/entities/carbon-credit-batches.md)

If you would like to gain a graphical view of the entities and how they are used within the pallet we suggest looking up our official [**pallet structure diagram**](https://drive.google.com/file/d/1Iq0n3RrZHUGftbolThfKSwm4ME6Qs5fP/view?usp=sharing).


---

# Agent Instructions: 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://veles-carbon-credits.gitbook.io/veles-carbon-credits-pallet/pallet-entities-and-functionalities/entities.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.
