# AstraKode Wiki

## Introduction

Welcome to the AstraKode wiki! The wiki is designed so that AKB users can have documentation on the platform and how to best leverage it. The navigation flow for the wiki is set up around the two main development environments offered by the AstraKode Blockchain Platform: the [Network Composer](https://docs.astrakode.tech/akb-wiki/astrakode-wiki/network-composer), and the [Smart Contract IDE](https://docs.astrakode.tech/akb-wiki/astrakode-wiki/smart-contract-ide).

Some wiki pages are also linked from within the platform: this feature can be accessed by clicking on the "**i"** button at the top right of each component's modal configuration window.

## **Index**

* [Getting Started](https://docs.astrakode.tech/akb-wiki/astrakode-wiki/getting-started)
* [Network Composer](https://docs.astrakode.tech/akb-wiki/astrakode-wiki/network-composer)
* [Smart Contract IDE](https://docs.astrakode.tech/akb-wiki/astrakode-wiki/smart-contract-ide)
* [FAQs](https://docs.astrakode.tech/akb-wiki/astrakode-wiki/faqs)
* [Video Demos](https://docs.astrakode.tech/akb-wiki/astrakode-wiki/video-demos)
* [Support](https://docs.astrakode.tech/akb-wiki/astrakode-wiki/support)

{% embed url="<https://www.youtube.com/watch?v=dsLNwkGDB7I>" %}


---

# 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.astrakode.tech/akb-wiki/astrakode-wiki.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.
