# ByteNite Docs

## ByteNite Docs

- [Introduction](https://docs.bytenite.com/getting-started/readme.md): Explore ByteNite Docs to learn how to build, deploy, and run distributed apps—from quick scripts to complex pipelines—at cloud scale.
- [How it Works](https://docs.bytenite.com/getting-started/how-it-works.md): Job lifecycle: an overview of ByteNite's end-to-end workflow
- [Onboarding](https://docs.bytenite.com/getting-started/onboarding.md)
- [Tutorials](https://docs.bytenite.com/examples/tutorials.md)
- [Hello, World!](https://docs.bytenite.com/examples/tutorials/hello-world.md)
- [Building Blocks](https://docs.bytenite.com/create-with-bytenite/building-blocks.md): Overview of ByteNite's core components and functionalities
- [Apps](https://docs.bytenite.com/create-with-bytenite/building-blocks/apps.md)
- [Job Templates](https://docs.bytenite.com/create-with-bytenite/building-blocks/job-templates.md)
- [Containers & Environments](https://docs.bytenite.com/create-with-bytenite/containers-and-environments.md)
- [Developer CLI](https://docs.bytenite.com/create-with-bytenite/bytenite-dev-cli.md)
- [Data Sources](https://docs.bytenite.com/launch-with-bytenite/data-sources.md): Data storage methods supported by ByteNite
- [AWS S3](https://docs.bytenite.com/launch-with-bytenite/data-sources/aws-s3.md)
- [Google Cloud Storage](https://docs.bytenite.com/launch-with-bytenite/data-sources/google-cloud-storage.md)
- [Storj](https://docs.bytenite.com/launch-with-bytenite/data-sources/storj.md)
- [HTTP](https://docs.bytenite.com/launch-with-bytenite/data-sources/http.md)
- [File Upload](https://docs.bytenite.com/launch-with-bytenite/data-sources/file-upload.md)
- [Temporary Bucket](https://docs.bytenite.com/launch-with-bytenite/data-sources/temporary-bucket.md)
- [Jobs](https://docs.bytenite.com/launch-with-bytenite/jobs.md): A general guide for submitting jobs via API
- [Observability](https://docs.bytenite.com/observability.md)
- [Customer API](https://docs.bytenite.com/api-reference/customer-api.md)
- [Jobs](https://docs.bytenite.com/api-reference/customer-api/jobs.md)
- [Create](https://docs.bytenite.com/api-reference/customer-api/jobs/create.md)
- [Read](https://docs.bytenite.com/api-reference/customer-api/jobs/read.md)
- [Update](https://docs.bytenite.com/api-reference/customer-api/jobs/update.md)
- [Manage](https://docs.bytenite.com/api-reference/customer-api/jobs/manage.md)
- [Other](https://docs.bytenite.com/api-reference/customer-api/jobs/other.md)
- [Logs](https://docs.bytenite.com/api-reference/customer-api/logs.md)
- [Data Sources](https://docs.bytenite.com/api-reference/customer-api/data-sources.md)
- [Templates](https://docs.bytenite.com/api-reference/customer-api/templates.md)
- [Events](https://docs.bytenite.com/api-reference/customer-api/events.md)
- [Authentication API](https://docs.bytenite.com/api-reference/authentication-api.md)
- [Access Token](https://docs.bytenite.com/api-reference/authentication-api/access-token.md)
- [API Keys](https://docs.bytenite.com/api-reference/authentication-api/api-keys.md)
- [Secrets](https://docs.bytenite.com/api-reference/authentication-api/secrets.md)
- [User](https://docs.bytenite.com/api-reference/authentication-api/user.md)
- [Developer API](https://docs.bytenite.com/api-reference/developer-api.md)
- [Apps](https://docs.bytenite.com/api-reference/developer-api/apps.md)
- [Metadata](https://docs.bytenite.com/api-reference/developer-api/apps/metadata.md)
- [Push](https://docs.bytenite.com/api-reference/developer-api/apps/push.md)
- [Manage](https://docs.bytenite.com/api-reference/developer-api/apps/manage.md)
- [Pull](https://docs.bytenite.com/api-reference/developer-api/apps/pull.md)
- [Engines](https://docs.bytenite.com/api-reference/developer-api/engines.md)
- [Metadata](https://docs.bytenite.com/api-reference/developer-api/engines/metadata.md)
- [Push](https://docs.bytenite.com/api-reference/developer-api/engines/push.md)
- [Manage](https://docs.bytenite.com/api-reference/developer-api/engines/manage.md)
- [Pull](https://docs.bytenite.com/api-reference/developer-api/engines/pull.md)
- [Templates](https://docs.bytenite.com/api-reference/developer-api/templates.md)
- [Wallet API](https://docs.bytenite.com/api-reference/wallet-api.md)
- [Balance](https://docs.bytenite.com/api-reference/wallet-api/balance.md)
- [Transactions](https://docs.bytenite.com/api-reference/wallet-api/transactions.md)
- [Exchange Rate](https://docs.bytenite.com/api-reference/wallet-api/exchange-rate.md)
- [Redeem Coupon](https://docs.bytenite.com/api-reference/wallet-api/redeem-coupon.md)
- [ByteNite Computing Platform](https://docs.bytenite.com/gui/bytenite-computing-platform.md)
- [Changelog](https://docs.bytenite.com/other/changelog.md): Track updates, improvements, and fixes across each release of the platform.
- [Glossary](https://docs.bytenite.com/other/glossary.md)


---

# 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.bytenite.com/getting-started/readme.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.
