# Guides

- [Quick Start](https://docs.constellationnetwork.io/metagraph-development/guides/quick-start.md)
- [Send a Transaction](https://docs.constellationnetwork.io/metagraph-development/guides/send-a-transaction.md)
- [Manual Setup](https://docs.constellationnetwork.io/metagraph-development/guides/manual-setup.md)
- [Customize Rewards Logic](https://docs.constellationnetwork.io/metagraph-development/guides/customize-rewards-logic.md)
- [Custom Data Validation](https://docs.constellationnetwork.io/metagraph-development/guides/custom-data-validation.md)
- [Working with p12 files](https://docs.constellationnetwork.io/metagraph-development/guides/working-with-p12-files.md)
- [Snapshot Fees](https://docs.constellationnetwork.io/metagraph-development/guides/snapshot-fees.md)
- [Deploy a Metagraph](https://docs.constellationnetwork.io/metagraph-development/guides/deploy-a-metagraph.md)
- [Security groups](https://docs.constellationnetwork.io/metagraph-development/guides/deploy-a-metagraph/security-groups.md)
- [Key pairs](https://docs.constellationnetwork.io/metagraph-development/guides/deploy-a-metagraph/key-pairs.md)
- [Base instance](https://docs.constellationnetwork.io/metagraph-development/guides/deploy-a-metagraph/base-instance.md)
- [Generating base instance](https://docs.constellationnetwork.io/metagraph-development/guides/deploy-a-metagraph/base-instance/generating-base-instance.md)
- [Connect to the instance](https://docs.constellationnetwork.io/metagraph-development/guides/deploy-a-metagraph/base-instance/connect-to-the-instance.md)
- [Generating AMI (Image) from Base Instance](https://docs.constellationnetwork.io/metagraph-development/guides/deploy-a-metagraph/base-instance/generating-ami-image-from-base-instance.md)
- [Launching instances from AMI](https://docs.constellationnetwork.io/metagraph-development/guides/deploy-a-metagraph/base-instance/launching-instances-from-ami.md)
- [Start Metagraph Instances](https://docs.constellationnetwork.io/metagraph-development/guides/deploy-a-metagraph/start-metagraph-instances.md)
- [Configuring P12 Files](https://docs.constellationnetwork.io/metagraph-development/guides/deploy-a-metagraph/start-metagraph-instances/configuring-p12-files.md)
- [Start Global L0 Instances](https://docs.constellationnetwork.io/metagraph-development/guides/deploy-a-metagraph/start-metagraph-instances/start-global-l0-instances.md)
- [Start Metagraph L0 Instances](https://docs.constellationnetwork.io/metagraph-development/guides/deploy-a-metagraph/start-metagraph-instances/start-metagraph-l0-instances.md)
- [Start Currency L1 Instances](https://docs.constellationnetwork.io/metagraph-development/guides/deploy-a-metagraph/start-metagraph-instances/start-currency-l1-instances.md)
- [Start Data L1 Instances](https://docs.constellationnetwork.io/metagraph-development/guides/deploy-a-metagraph/start-metagraph-instances/start-data-l1-instances.md)


---

# 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.constellationnetwork.io/metagraph-development/guides.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.
