# StackOS Docs

## StackAI Docs

- [Introduction to StackAI](https://docs.stackos.io/stackos-docs/master.md): The Decentralized Cloud revolution begins with us.
- [FAQs](https://docs.stackos.io/stackos-docs/faqs.md)
- [Introductory FAQs](https://docs.stackos.io/stackos-docs/faqs/introductory-faqs.md): General questions about the deployment process on StackOS.
- [Technical FAQs](https://docs.stackos.io/stackos-docs/faqs/technical-faqs.md): Questions related to the technicalities of deploying on StackAI.
- [Project/App FAQ](https://docs.stackos.io/stackos-docs/faqs/project-app-faq.md): Questions related to your project or application being deployed on StackOS.
- [Financial FAQs](https://docs.stackos.io/stackos-docs/faqs/financial-faqs.md): Questions about the financials related to deployment on StackOS.
- [Add $STACK to MetaMask](https://docs.stackos.io/stackos-docs/tokens/add-usdstack-to-metamask.md): Steps to add STACK token name to your MetaMask wallet.
- [Buy $STACK Tokens](https://docs.stackos.io/stackos-docs/tokens/untitled.md): How to buy $STACK on PancakeSwap using MetaMask
- [Custom App Deployment](https://docs.stackos.io/stackos-docs/app-deployment-on-stackos/custom-app-deployment.md): A quick guide to deploy your custom docker application on StackOS
- [AppStore App Deployment](https://docs.stackos.io/stackos-docs/app-deployment-on-stackos/appstore-app-deployment.md): A quick guide to deploy an app from the StackOS AppStore.
- [Deploy a Containerized Application on StackOS](https://docs.stackos.io/stackos-docs/app-deployment-on-stackos/deploy-a-containerized-application-on-stackos.md)
- [Create WebTTY](https://docs.stackos.io/stackos-docs/operations/create-webtty.md): These are the simple steps to create WebTTY on the StackOS deployment environment.
- [WebTTY, Logs, Shell Access](https://docs.stackos.io/stackos-docs/operations/webtty-logs-shell-access.md)
- [Practice - Persistent Data, Alternate User](https://docs.stackos.io/stackos-docs/operations/practice-persistent-data-alternate-user.md)
- [Reset StackOS Account](https://docs.stackos.io/stackos-docs/operations/reset-stackos-account.md): This is how to reset your StackOS Account on the deployment environment
- [Map a container port](https://docs.stackos.io/stackos-docs/operations/map-a-container-port.md): How to get an HTTP RPC port out to the world
- [Custom DNS](https://docs.stackos.io/stackos-docs/operations/custom-dns.md): Use your own domain for any pod on StackOS
- [Custom SSL](https://docs.stackos.io/stackos-docs/operations/custom-ssl.md)
- [Account Funding - General](https://docs.stackos.io/stackos-docs/operations/account-funding-general.md): Fund your StackOS account to deploy.
- [Pod Launch - General](https://docs.stackos.io/stackos-docs/operations/pod-launch-general.md)
- [Docker Hub Intro](https://docs.stackos.io/stackos-docs/preparing-custom-images/docker-hub-intro.md)
- [GitHub, DockerHub and StackOS Integration](https://docs.stackos.io/stackos-docs/preparing-custom-images/github-dockerhub-and-stackos-integration.md)
- [Redis on StackOS](https://docs.stackos.io/stackos-docs/app-store-notes/redis-on-stackos.md): Redis app deployment from the StackOS AppStore.
- [Memcached on StackOS](https://docs.stackos.io/stackos-docs/app-store-notes/memcached-on-stackos.md): Memcached app deployment from the StackOS AppStore.
- [Presearch on StackOS](https://docs.stackos.io/stackos-docs/app-store-notes/presearch-on-stackos.md): Presearch app deployment from the StackOS AppStore.
- [Wordpress on StackOS](https://docs.stackos.io/stackos-docs/app-store-notes/wordpress-on-stackos.md): A few tips for a smoother starting experience for WordPress Application
- [Jenkins on StackOS](https://docs.stackos.io/stackos-docs/app-store-notes/jenkins-on-stackos.md): Jenkins app deployment from the StackOS AppStore.
- [WebDAV on StackOS](https://docs.stackos.io/stackos-docs/app-store-notes/webdav-on-stackos.md)
- [phpMyAdmin (Mysql Web Admin)](https://docs.stackos.io/stackos-docs/useful-apps/phpmyadmin-mysql-web-admin.md)
- [Launching a Wordpress app on StackOS](https://docs.stackos.io/stackos-docs/wordpress/launching-a-wordpress-app-on-stackos.md): This is a guide on how you can deploy WordPress Applications on StackOS.
- [WordPress Migration](https://docs.stackos.io/stackos-docs/wordpress/wordpress-migration.md): Guidance on how to migrate to StackOS
- [Account Funding - Wordpress](https://docs.stackos.io/stackos-docs/wordpress/account-funding-wordpress.md): Fund your StackOS account to deploy.
- [Upload limit increase](https://docs.stackos.io/stackos-docs/wordpress/upload-limit-increase.md): Common First Modification
- [SSL Mixed Content Resolution](https://docs.stackos.io/stackos-docs/wordpress/ssl-mixed-content-resolution.md)
- [Wordpress Domain Change](https://docs.stackos.io/stackos-docs/wordpress/wordpress-domain-change.md)
- [Python Applications](https://docs.stackos.io/stackos-docs/other-applications/python-applications.md)
- [RSK](https://docs.stackos.io/stackos-docs/other-applications/rsk.md): EVM sidechain for Bitcoin
- [Viewing your NodeNFT](https://docs.stackos.io/stackos-docs/0xmarket/viewing-your-nodenft.md): This is a short guide on how to view your NodeNFT on the 0xMarket app
- [Listing your NodeNFT](https://docs.stackos.io/stackos-docs/0xmarket/listing-your-nodenft.md): This is a short guide on how you can list your NodeNFT on the 0xMarket app to sell
- [Buying a NodeNFT](https://docs.stackos.io/stackos-docs/0xmarket/buying-a-nodenft.md): This is a guide on how you can buy a NodeNFT on the 0xMarket app


---

# 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.stackos.io/stackos-docs/master.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.
