# idexo

## ENGLISH

- [Introduction to idexo](https://docs.idexo.com/introduction-to-idexo.md): idexo is on a mission to empower, enable and execute on the creation of mainstream applications that realize the promise of blockchain and web3 technologies.
- [Getting Started](https://docs.idexo.com/master.md): This page walks you through the basics of installing and using the low-code Idexo Software Development Kit (SDK) and no-code SaaS app.
- [Get API Key](https://docs.idexo.com/get-api-key.md): This describes how to obtain an idexo API key.
- [Introduction](https://docs.idexo.com/nft/introduction.md): This section introduces the basics of deploying NFT Collections and minting their NFTs, on any supported blockchain network.
- [Create a Capped NFT Collection](https://docs.idexo.com/nft/create-a-capped-nft-collection.md): This section describes how to create an NFT Collection on any supported blockchain.
- [Create a Uncapped NFT Collection](https://docs.idexo.com/nft/create-a-uncapped-nft-collection.md): This section describes how to create an NFT Collection on any supported blockchain.
- [Create an Uncapped Soulbound NFT (SBT) Collection](https://docs.idexo.com/nft/create-an-uncapped-soulbound-nft-sbt-collection.md): This tutorial covers how to create an SBT collection using the idexo SDK.
- [Create a Capped Soulbound NFT (SBT) Collection](https://docs.idexo.com/nft/create-a-capped-soulbound-nft-sbt-collection.md): This tutorial covers how to create an SBT collection using the idexo SDK.
- [Mint a NFT](https://docs.idexo.com/nft/mint-a-nft.md): This section describes how to mint a NFT within a Collection.
- [Mint a SBT](https://docs.idexo.com/nft/mint-a-sbt.md): This section describes how to mint a NFT within a Collection.
- [Mint a NFT With Image and Metadata In 1 Transaction](https://docs.idexo.com/nft/mint-a-nft-with-image-and-metadata-in-1-transaction.md): This section describes how to mint a NFT within a Collection.
- [Create a Project Token](https://docs.idexo.com/how-to/create-a-project-token.md): This section describes how to deploy a smart contract that creates a token that conforms to the ERC20 standard used by many project utility tokens.
- [Mint a Token](https://docs.idexo.com/how-to/mint-erc20-tokens-on-ethereum-mainnet.md): This describes how to mint a specified amount of tokens to a specified wallet address on the network specified, for the token contract specified.
- [Upload Plain Text](https://docs.idexo.com/storage/upload-plain-text.md): This describes how to upload a plain text file to decentralized storage.
- [Upload an HTML file](https://docs.idexo.com/storage/upload-an-html-file.md): This describes how to upload an HTML to decentralized storage.
- [Request A New Blockchain Integration](https://docs.idexo.com/request-a-new-blockchain-integration.md): Instructions on how to request a new blockchain integration to be made available through idexo and/or new features to an existing integration.
- [How To Add A New Blockchain](https://docs.idexo.com/how-to-add-a-new-blockchain.md): This describes how to add a new blockchain integration to the SDK yourself. This is mainly targeted at blockchain protocol developers, however anyone can add an integration.
- [Create a Vesting Smart Contract](https://docs.idexo.com/vesting/create-a-vesting-smart-contract.md): This section describes how to deploy a vesting smart contract on your specified blockchain.
- [Introduction](https://docs.idexo.com/utils/introduction.md): This section introduces the basics of utils
- [Get Contract](https://docs.idexo.com/utils/get-contract.md): This section describes how you can get the previously contract data.
- [Get Transactions](https://docs.idexo.com/utils/get-transactions.md): This section describes how you can get the previously contract data.
- [Introduction](https://docs.idexo.com/directional-staking/introduction.md): Directional staking utility concepts of the $IDO innovation token and the idexo ecosystem.
- [NFTMe](https://docs.idexo.com/directional-staking/nftme.md): A mobile app that enables users to easily create and list NFT collections. If you can take a selfie, you can create NFTs and new monetization streams.


---

# 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://docs.idexo.com/introduction-to-idexo.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.
