# API & SDK

- [API Keys](https://docs.yottalabs.ai/api-and-sdk/api-keys.md)
- [API Guides](https://docs.yottalabs.ai/api-and-sdk/api-guides.md): Learn how to use Yotta’s APIs to manage GPUs, deploy workloads, and automate infrastructure.
- [Get started](https://docs.yottalabs.ai/api-and-sdk/api-guides/get-started.md): Start here with examples through api workflow listed below!
- [Pods](https://docs.yottalabs.ai/api-and-sdk/api-guides/pods.md)
- [Data Model](https://docs.yottalabs.ai/api-and-sdk/api-guides/data-model.md)
- [Serverless](https://docs.yottalabs.ai/api-and-sdk/api-guides/serverless.md)
- [Queue-based Serverless Execution](https://docs.yottalabs.ai/api-and-sdk/api-guides/serverless/queue-based-elastic-execution.md)
- [Credential](https://docs.yottalabs.ai/api-and-sdk/api-guides/credential.md)
- [Virtual Machines](https://docs.yottalabs.ai/api-and-sdk/api-guides/virtual-machines.md)
- [Volume](https://docs.yottalabs.ai/api-and-sdk/api-guides/volume.md)
- [API Reference - v1](https://docs.yottalabs.ai/api-and-sdk/api-reference-v1.md)
- [Credentials](https://docs.yottalabs.ai/api-and-sdk/api-reference-v1/credentials.md)
- [Pods](https://docs.yottalabs.ai/api-and-sdk/api-reference-v1/pods.md)
- [VMs](https://docs.yottalabs.ai/api-and-sdk/api-reference-v1/vms.md)
- [Serverless](https://docs.yottalabs.ai/api-and-sdk/api-reference-v1/serverless.md)
- [API Reference - v2](https://docs.yottalabs.ai/api-and-sdk/api-reference-v2.md)
- [Credentials](https://docs.yottalabs.ai/api-and-sdk/api-reference-v2/credentials.md)
- [Pods](https://docs.yottalabs.ai/api-and-sdk/api-reference-v2/pods.md)
- [VMs](https://docs.yottalabs.ai/api-and-sdk/api-reference-v2/vms.md)
- [Serverless](https://docs.yottalabs.ai/api-and-sdk/api-reference-v2/serverless.md)


---

# 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.yottalabs.ai/api-and-sdk.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.
