# The Laravel Client

- [Overview](https://docs.trust.enterprises/laravel/working-with-laravel.md): Automatically capture the consensus trust timestamps in your local database, automatically using the webhook flow. Manage any trust process.
- [Installation](https://docs.trust.enterprises/laravel/installation.md): How to install and migrate the database.
- [Interacting with your client](https://docs.trust.enterprises/laravel/interacting-with-your-client.md): How to get started with the laravel package.
- [Create a Marketplace](https://docs.trust.enterprises/laravel/create-a-marketplace.md): The backbone for a permissioned marketplace for you to mint tokens, create accounts, and to send  to your users after purchase.
- [Manage your Inscription Flow](https://docs.trust.enterprises/laravel/manage-your-inscription-flow.md): The Laravel client provides the programmatic ability to manage the entire lifecycle of inscriptions, for deployments, minting, burning, and transferring.
- [Checking account balances and sending tokens](https://docs.trust.enterprises/laravel/checking-account-balances-and-sending-tokens.md): In this flow, we are going to describe the process of checking an account balance and sending tokens to a hedera id. There are a number of applications of this including systems for access tokens and


---

# 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://docs.trust.enterprises/laravel.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.
