# algoDEA

## algoDEA

- [algoDEA - Algorand IntelliJ Plugin](https://algodea-docs.bloxbean.com/master.md)
- [Overview](https://algodea-docs.bloxbean.com/overview.md)
- [Installation using JetBrains Plugin Repository](https://algodea-docs.bloxbean.com/installation-using-jetbrains-plugin-repository.md)
- [Installation - Manual](https://algodea-docs.bloxbean.com/installation-manual.md)
- [Algorand Node Configuration](https://algodea-docs.bloxbean.com/algorand-node-configuration.md)
- [Account Management](https://algodea-docs.bloxbean.com/account-management.md)
- [Algorand Project Structure](https://algodea-docs.bloxbean.com/algorand-project-structure.md)
- [Compile TEAL Program](https://algodea-docs.bloxbean.com/compile-teal-program.md)
- [Import an existing project](https://algodea-docs.bloxbean.com/import-an-existing-project.md)
- [Variables/Placeholders in TEAL program](https://algodea-docs.bloxbean.com/variables-placeholders-in-teal-program.md)
- [Create Project - Stateful Smart Contract](https://algodea-docs.bloxbean.com/stateful-smart-contract/create-project-stateful-smart-contract.md)
- [Stateful Smart Contract - Deploy](https://algodea-docs.bloxbean.com/stateful-smart-contract/stateful-smart-contract-deploy.md)
- [Multiple Stateful Smart Contract in a Project](https://algodea-docs.bloxbean.com/multiple-stateful-smart-contract-in-a-project.md)
- [Create Project - Stateless Smart Contract](https://algodea-docs.bloxbean.com/stateless-smart-contract/create-project-stateless-smart-contract.md)
- [Stateless Smart Contract - Delegated Signature](https://algodea-docs.bloxbean.com/stateless-smart-contract/stateless-smart-contract-delegated-signature.md)
- [Stateless Smart Contract - Contract Account](https://algodea-docs.bloxbean.com/stateless-smart-contract-contract-account.md)
- [Create, Manage & Transfer](https://algodea-docs.bloxbean.com/algorand-standard-assets/create-manage-and-transfer.md)
- [Create Atomic Transfer](https://algodea-docs.bloxbean.com/atomic-transfer/create-atomic-transfer.md)
- [Dry Run Stateful / Stateless Contract Call](https://algodea-docs.bloxbean.com/dry-run/untitled.md)
- [Dry Run - Atomic Transfer](https://algodea-docs.bloxbean.com/dry-run/dry-run-atomic-transfer.md)
- [Configure Python SDK and PyTeal](https://algodea-docs.bloxbean.com/pyteal/untitled.md)
- [Create PyTeal file](https://algodea-docs.bloxbean.com/create-pyteal-file.md)
- [Create or Configure a Stateful Contract with PyTeal Programs](https://algodea-docs.bloxbean.com/create-or-configure-a-stateful-contract-with-pyteal-programs.md)
- [Compile PyTeal File](https://algodea-docs.bloxbean.com/compile-pyteal-file.md)
- [Overview](https://algodea-docs.bloxbean.com/debugger-support/overview.md)
- [Debugger Configuration](https://algodea-docs.bloxbean.com/debugger-support/debugger-configuration.md)
- [Debug Stateless Contract](https://algodea-docs.bloxbean.com/debugger-support/debug-stateless-contract.md)
- [Debug Stateful Smart Contract](https://algodea-docs.bloxbean.com/debugger-support/debug-stateful-smart-contract.md)
- [Debug Stateful Contract using Dry Run Dump file](https://algodea-docs.bloxbean.com/debugger-support/debug-stateful-contract-using-dry-run-dump-file.md)
- [Debug Atomic Transfer](https://algodea-docs.bloxbean.com/debugger-support/debug-atomic-transfer.md)
- [Debug Atomic Transfer using Dry Run Dump file](https://algodea-docs.bloxbean.com/debug-atomic-transfer-using-dry-run-dump-file.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://algodea-docs.bloxbean.com/master.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.
