# web3 Search Cloud

- [Search Dashboard](https://docs.sepana.io/sepana-search-api/web3-search-cloud/search-dashboard.md)
- [Engines](https://docs.sepana.io/sepana-search-api/web3-search-cloud/search-dashboard/engines.md): Sepana Engines are effectively tables in a database, though these Engines can have nested data. This means they can be non-relational in nature.
- [Data Ingestion](https://docs.sepana.io/sepana-search-api/web3-search-cloud/search-dashboard/data-ingestion.md): This section explains how data can be inserted into the Engines. There are two ways.
- [Engine Customization](https://docs.sepana.io/sepana-search-api/web3-search-cloud/search-dashboard/engine-customization.md): This section walks you through the different settings/configuration mechanisms available with Sepana Engines.
- [API access](https://docs.sepana.io/sepana-search-api/web3-search-cloud/search-dashboard/api-access.md): API access establishes authorized access to the Engines you own for various operations. It also allows you to share access of your Engines with others -- and gain access to others' Engines.
- [web3 Settings](https://docs.sepana.io/sepana-search-api/web3-search-cloud/search-dashboard/web3-settings.md): Sepana offers the ability to connect your data streams to web3 resolvers that fetch and index your decentralized data in real-time.
- [Search](https://docs.sepana.io/sepana-search-api/web3-search-cloud/search-dashboard/search.md): The Search section of the dashboard gives you basic search capabilities of the data in your Engine. To access advance search capabilities, use the Sepana  REST API.
- [Profile Customization](https://docs.sepana.io/sepana-search-api/web3-search-cloud/search-dashboard/profile-customization.md): This section allows you customize your user profile within Sepana
- [Search API](https://docs.sepana.io/sepana-search-api/web3-search-cloud/search-api.md): This section explains different REST APIs which enable the users to insert or search data within Engines.


---

# 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.sepana.io/sepana-search-api/web3-search-cloud.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.
