# Developer Guides

Below is a list of available tutorials and guides for Eclipse developers:

{% content-ref url="/pages/uNQnVThgjJzUB83AFqD7" %}
[Quick Start: "Hello World"](/developers/tutorials-and-guides/developer-guides/quick-start-hello-world.md)
{% endcontent-ref %}

{% content-ref url="/pages/THapmvldG4YXR3cKH5si" %}
[Modifying a Solana dApp to Support Eclipse: "Chomping Glass"](/developers/tutorials-and-guides/developer-guides/modifying-a-solana-dapp-to-support-eclipse-chomping-glass.md)
{% endcontent-ref %}

{% content-ref url="/pages/v44W2OoBj9eQoXamXeLs" %}
[Eclipse Program Registry Guide](/developers/eclipse-program-registry-guide.md)
{% endcontent-ref %}

{% content-ref url="/pages/A16RM0F5OfX7M8Pvz61D" %}
[Dapp Deployment Tutorial - Eclipse Devnet](/developers/tutorials-and-guides/developer-guides/dapp-deployment-tutorial-eclipse-devnet.md)
{% endcontent-ref %}

{% content-ref url="/pages/hdmKIlTvP1ossaDdf3Pp" %}
[Eclipse Testnet ETH Transfer Transaction Fee Estimator](/developers/tutorials-and-guides/developer-guides/eclipse-testnet-eth-transfer-transaction-fee-estimator.md)
{% endcontent-ref %}

{% content-ref url="/pages/9Ql94gtsfJZwe5N9cgcB" %}
[Pyth: How to Use Real-Time Data in Solana Programs](/developers/tutorials-and-guides/developer-guides/pyth-how-to-use-real-time-data-in-solana-programs.md)
{% endcontent-ref %}


---

# 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.eclipse.xyz/developers/tutorials-and-guides/developer-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.
