# Getting Started

- [Developer Tools](https://docs.dydx.community/dydx-chain-technical-docs/getting-started/developer-tools.md)
- [dYdX Chain Client for Javascript](https://docs.dydx.community/dydx-chain-technical-docs/getting-started/developer-tools/dydx-chain-client-for-javascript.md)
- [Example #1: Accessing Subaccount Data](https://docs.dydx.community/dydx-chain-technical-docs/getting-started/developer-tools/dydx-chain-client-for-javascript/example-1-accessing-subaccount-data.md)
- [Example #2: Faucet Endpoints](https://docs.dydx.community/dydx-chain-technical-docs/getting-started/developer-tools/dydx-chain-client-for-javascript/example-2-faucet-endpoints.md)
- [Additional Javascript Client Examples](https://docs.dydx.community/dydx-chain-technical-docs/getting-started/developer-tools/dydx-chain-client-for-javascript/additional-javascript-client-examples.md)
- [dYdX Chain Client for Python](https://docs.dydx.community/dydx-chain-technical-docs/getting-started/developer-tools/dydx-chain-client-for-python.md)
- [Example #1: Placing, Replacing, and Canceling Orders](https://docs.dydx.community/dydx-chain-technical-docs/getting-started/developer-tools/dydx-chain-client-for-python/example-1-placing-replacing-and-canceling-orders.md)
- [Exmaple #2: Trading with HRN](https://docs.dydx.community/dydx-chain-technical-docs/getting-started/developer-tools/dydx-chain-client-for-python/exmaple-2-trading-with-hrn.md)
- [Additional Python Client Examples](https://docs.dydx.community/dydx-chain-technical-docs/getting-started/developer-tools/dydx-chain-client-for-python/additional-python-client-examples.md)
- [dYdX CLI](https://docs.dydx.community/dydx-chain-technical-docs/getting-started/developer-tools/dydx-cli.md)
- [Setup the dYdX CLI](https://docs.dydx.community/dydx-chain-technical-docs/getting-started/developer-tools/dydx-cli/setup-the-dydx-cli.md)
- [EOA Wallets](https://docs.dydx.community/dydx-chain-technical-docs/getting-started/developer-tools/dydx-cli/eoa-wallets.md)
- [Multisig wallet](https://docs.dydx.community/dydx-chain-technical-docs/getting-started/developer-tools/dydx-cli/multisig-wallet.md)
- [Submit a governance proposal](https://docs.dydx.community/dydx-chain-technical-docs/getting-started/developer-tools/dydx-cli/submit-a-governance-proposal.md)
- [Developer Guides](https://docs.dydx.community/dydx-chain-technical-docs/getting-started/developer-guides.md)
- [User Guides](https://docs.dydx.community/dydx-chain-technical-docs/getting-started/user-guides.md)
- [How to use Squid UI for cross-chain deposits to dYdX V4](https://docs.dydx.community/dydx-chain-technical-docs/getting-started/user-guides/how-to-use-squid-ui-for-cross-chain-deposits-to-dydx-v4.md)
- [How to use CCTP UI for cross-chain deposits to dYdX V4](https://docs.dydx.community/dydx-chain-technical-docs/getting-started/user-guides/how-to-use-cctp-ui-for-cross-chain-deposits-to-dydx-v4.md)
- [How to withdraw and transfer funds from a subaccount using Command Line](https://docs.dydx.community/dydx-chain-technical-docs/getting-started/user-guides/how-to-withdraw-and-transfer-funds-from-a-subaccount-using-command-line.md)
- [FAQ & Resources](https://docs.dydx.community/dydx-chain-technical-docs/getting-started/faq-and-resources.md)
- [Open Source Repositories](https://docs.dydx.community/dydx-chain-technical-docs/getting-started/open-source-repositories.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.dydx.community/dydx-chain-technical-docs/getting-started.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.
