> For the complete documentation index, see [llms.txt](https://docs.orbs.network/v2-contract-sdk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.orbs.network/v2-contract-sdk/gamma-in-depth.md).

# Gamma in Depth

- [Starting and stopping the server](https://docs.orbs.network/v2-contract-sdk/gamma-in-depth/starting-and-stopping-the-server.md)
- [Test keys and accounts](https://docs.orbs.network/v2-contract-sdk/gamma-in-depth/test-keys-and-accounts.md)
- [Deploying smart contracts](https://docs.orbs.network/v2-contract-sdk/gamma-in-depth/deploying-smart-contracts.md)
- [Sending transactions and queries](https://docs.orbs.network/v2-contract-sdk/gamma-in-depth/sending-transactions-and-queries.md)
- [Checking sent transaction status](https://docs.orbs.network/v2-contract-sdk/gamma-in-depth/checking-sent-transaction-status.md)
- [Reading Logs from Contracts](https://docs.orbs.network/v2-contract-sdk/gamma-in-depth/reading-logs-from-contracts.md)
- [Working with multiple environments](https://docs.orbs.network/v2-contract-sdk/gamma-in-depth/working-with-multiple-environments.md)
- [Upgrading to latest versions](https://docs.orbs.network/v2-contract-sdk/gamma-in-depth/upgrading-to-latest-versions.md)
- [Gamma server under the hood](https://docs.orbs.network/v2-contract-sdk/gamma-in-depth/gamma-server-under-the-hood.md): This page is for informational purposes only for advanced users. These technical details are abstracted away from developers by Gamma CLI.
- [Deploying Gamma in the Cloud](https://docs.orbs.network/v2-contract-sdk/gamma-in-depth/deploying-gamma-in-the-cloud.md): Quick deployment of Gamma server on the cloud
- [Amazon Web Services](https://docs.orbs.network/v2-contract-sdk/gamma-in-depth/deploying-gamma-in-the-cloud/amazon-web-services.md): Setup Gamma Server on AWS
- [Google Cloud Platform](https://docs.orbs.network/v2-contract-sdk/gamma-in-depth/deploying-gamma-in-the-cloud/google-cloud-platform.md): Setup Gamma Server on GCP
- [Azure](https://docs.orbs.network/v2-contract-sdk/gamma-in-depth/deploying-gamma-in-the-cloud/azure.md): Setup Gamma Server on Microsoft Azure


---

# 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://docs.orbs.network/v2-contract-sdk/gamma-in-depth.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.
