# Core Concepts

- [Accounts](https://dev.uniultra.xyz/docs/core-concepts/accounts.md)
- [Account Creation](https://dev.uniultra.xyz/docs/core-concepts/accounts/account-creation.md)
- [Auto Account Creation](https://dev.uniultra.xyz/docs/core-concepts/accounts/auto-account-creation.md)
- [Account Properties](https://dev.uniultra.xyz/docs/core-concepts/accounts/account-properties.md)
- [Keys and Signatures](https://dev.uniultra.xyz/docs/core-concepts/keys-and-signatures.md)
- [Scheduled Transaction](https://dev.uniultra.xyz/docs/core-concepts/scheduled-transaction.md)
- [Smart Contracts](https://dev.uniultra.xyz/docs/core-concepts/smart-contracts.md)
- [Hyperledger Besu EVM](https://dev.uniultra.xyz/docs/core-concepts/smart-contracts/hyperledger-besu-evm.md)
- [Gas and Fees](https://dev.uniultra.xyz/docs/core-concepts/smart-contracts/gas-and-fees.md)
- [Solidity Variables and Opcodes](https://dev.uniultra.xyz/docs/core-concepts/smart-contracts/solidity-variables-and-opcodes.md)
- [Supported ERC Token Standards](https://dev.uniultra.xyz/docs/core-concepts/smart-contracts/supported-erc-token-standards.md)
- [Hedera Services Integration with Smart Contracts](https://dev.uniultra.xyz/docs/core-concepts/smart-contracts/hedera-services-integration-with-smart-contracts.md)
- [JSON-RPC Relay](https://dev.uniultra.xyz/docs/core-concepts/smart-contracts/json-rpc-relay.md)
- [Hethers](https://dev.uniultra.xyz/docs/core-concepts/smart-contracts/hethers.md)
- [Smart Contract Security](https://dev.uniultra.xyz/docs/core-concepts/smart-contracts/security.md)
- [Staking](https://dev.uniultra.xyz/docs/core-concepts/staking.md)
- [Staking Program](https://dev.uniultra.xyz/docs/core-concepts/staking/staking.md)
- [Stake HBAR](https://dev.uniultra.xyz/docs/core-concepts/staking/stake-hbar.md)
- [Hashgraph Consensus Algorithm](https://dev.uniultra.xyz/docs/core-concepts/hashgraph-consensus-algorithms.md): Distributed consensus algorithm
- [Gossip About Gossip](https://dev.uniultra.xyz/docs/core-concepts/hashgraph-consensus-algorithms/gossip-about-gossip.md)
- [Virtual Voting](https://dev.uniultra.xyz/docs/core-concepts/hashgraph-consensus-algorithms/virtual-voting.md)
- [Transactions and Queries](https://dev.uniultra.xyz/docs/core-concepts/transactions-and-queries.md): An overview of Hedera API transactions and queries
- [State and History](https://dev.uniultra.xyz/docs/core-concepts/state-and-history.md)
- [Mirror Nodes](https://dev.uniultra.xyz/docs/core-concepts/mirror-nodes.md): Store history and cost-effectively query data
- [Hedera Mirror Node](https://dev.uniultra.xyz/docs/core-concepts/mirror-nodes/hedera-mirror-node.md)
- [One Click Mirror Node Deployment](https://dev.uniultra.xyz/docs/core-concepts/mirror-nodes/one-click-mirror-node-deployment.md)
- [Run Your Own Mirror Node](https://dev.uniultra.xyz/docs/core-concepts/mirror-nodes/run-your-own-beta-mirror-node.md)
- [Run Your Own Mirror Node with Google Cloud Storage (GCS)](https://dev.uniultra.xyz/docs/core-concepts/mirror-nodes/run-your-own-beta-mirror-node/run-your-own-mirror-node-gcs.md)
- [Run Your Mirror Node with Amazon Web Services S3 (AWS)](https://dev.uniultra.xyz/docs/core-concepts/mirror-nodes/run-your-own-beta-mirror-node/run-your-own-mirror-node-s3.md)
- [Hedera ETL](https://dev.uniultra.xyz/docs/core-concepts/mirror-nodes/hedera-etl.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://dev.uniultra.xyz/docs/core-concepts.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.
