# Tutorials

- [Deploying a Contract](https://medeber-engineers.gitbook.io/https-www.abogida.network/tutorials/deploying-a-contract.md)
- [Building a Full Stack Dapp](https://medeber-engineers.gitbook.io/https-www.abogida.network/tutorials/building-a-full-stack-dapp.md)
- [Running Full Node Ethereum Sidechain](https://medeber-engineers.gitbook.io/https-www.abogida.network/tutorials/running-full-node-ethereum-sidechain.md)
- [RPC Providers](https://medeber-engineers.gitbook.io/https-www.abogida.network/tutorials/rpc-providers.md): ABOGIDA RPC API
- [Setup](https://medeber-engineers.gitbook.io/https-www.abogida.network/tutorials/rpc-providers/setup.md): RPC Endpoint Setup
- [Access Keys](https://medeber-engineers.gitbook.io/https-www.abogida.network/tutorials/rpc-providers/access-keys.md): The RPC API enables you to retrieve information about an account's access keys.
- [Accounts / Contracts](https://medeber-engineers.gitbook.io/https-www.abogida.network/tutorials/rpc-providers/accounts-contracts.md): The RPC API enables you to view details about accounts and contracts as well as perform contract calls.
- [Block / Chunk](https://medeber-engineers.gitbook.io/https-www.abogida.network/tutorials/rpc-providers/block-chunk.md): The RPC API enables you to query the network and get details about specific blocks or chunks.
- [Gas](https://medeber-engineers.gitbook.io/https-www.abogida.network/tutorials/rpc-providers/gas.md): The RPC API enables you to query the gas price for a specific block or hash.
- [Protocol](https://medeber-engineers.gitbook.io/https-www.abogida.network/tutorials/rpc-providers/protocol.md): The RPC API enables you to retrieve the current abogida and protocol configuration.
- [Network](https://medeber-engineers.gitbook.io/https-www.abogida.network/tutorials/rpc-providers/network.md): The RPC API enables you to query status information for nodes and validators.
- [Transaction](https://medeber-engineers.gitbook.io/https-www.abogida.network/tutorials/rpc-providers/transaction.md): RPC Endpoints


---

# 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://medeber-engineers.gitbook.io/https-www.abogida.network/tutorials.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.
