# Sesterce Cloud Doc

## Sesterce Cloud Doc

- [Welcome on Sesterce Cloud](https://docs.sesterce.com/welcome-on-sesterce-cloud.md)
- [Glossary](https://docs.sesterce.com/welcome-on-sesterce-cloud/glossary.md)
- [Account creation](https://docs.sesterce.com/welcome-on-sesterce-cloud/account-creation.md)
- [Manage your account](https://docs.sesterce.com/welcome-on-sesterce-cloud/manage-your-account.md)
- [Team accounts](https://docs.sesterce.com/welcome-on-sesterce-cloud/team-accounts.md)
- [Payment & Billing](https://docs.sesterce.com/welcome-on-sesterce-cloud/payment-and-billing.md)
- [Invoicing](https://docs.sesterce.com/welcome-on-sesterce-cloud/invoicing.md)
- [Compute instances](https://docs.sesterce.com/compute-instances.md)
- [Configure your Compute Instance](https://docs.sesterce.com/compute-instances/configure-your-compute-instance.md)
- [SSH Keys management](https://docs.sesterce.com/compute-instances/configure-your-compute-instance/ssh-keys-management.md)
- [Persistent storage (volumes)](https://docs.sesterce.com/compute-instances/configure-your-compute-instance/persistent-storage-volumes.md)
- [Terminal connection](https://docs.sesterce.com/compute-instances/terminal-connection.md)
- [AI Inference instances](https://docs.sesterce.com/ai-inference-instances.md)
- [Inference Instance configuration](https://docs.sesterce.com/ai-inference-instances/inference-instance-configuration.md)
- [Select your Flavor](https://docs.sesterce.com/ai-inference-instances/inference-instance-configuration/select-your-flavor.md)
- [Select your regions](https://docs.sesterce.com/ai-inference-instances/inference-instance-configuration/select-your-regions.md)
- [Autoscaling limits](https://docs.sesterce.com/ai-inference-instances/inference-instance-configuration/autoscaling-limits.md)
- [Edit an inference instance](https://docs.sesterce.com/ai-inference-instances/edit-an-inference-instance.md)
- [Chat with Endpoint](https://docs.sesterce.com/ai-inference-instances/chat-with-endpoint.md)
- [Manage your instances](https://docs.sesterce.com/manage-your-instances.md)
- [API Reference](https://docs.sesterce.com/api-reference.md)
- [Authentication](https://docs.sesterce.com/api-reference/authentication.md)
- [GPU Cloud instances](https://docs.sesterce.com/api-reference/gpu-cloud-instances.md): The following endpoints allow to create and manage GPU Cloud instances from the API.
- [SSH Keys](https://docs.sesterce.com/api-reference/ssh-keys.md)
- [Volumes](https://docs.sesterce.com/api-reference/volumes.md)
- [Inference Instances](https://docs.sesterce.com/api-reference/inference-instances.md)
- [Which compute instance for AI models training and inference?](https://docs.sesterce.com/tutorials/which-compute-instance-for-ai-models-training-and-inference.md)
- [Expose AI model from Hugging Face using vLLM](https://docs.sesterce.com/tutorials/expose-ai-model-from-hugging-face-using-vllm.md): You want to expose to the world an API endpoint to allow your end-users to access an AI Model from Hugging Face? This tutorial is for you!


---

# 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.sesterce.com/welcome-on-sesterce-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.
