# Launch a Q Blocks GPU instance

Q Blocks offers support for launching and managing GPU instances via 2 methods:

1. [Using Dashboard:](/launch-a-q-blocks-gpu-instance/using-dashboard-ui.md)
   1. Dashboard offers an easy to use graphical interface to launch and manage GPU instances.
   2. This method is easy and is great for launching one or two GPU instances
2. [Using Rest APIs:](/launch-a-q-blocks-gpu-instance/using-rest-apis.md)
   1. Our Rest APIs offer scalable access to launch and manage GPU instances programmatically.
   2. This method requires programming skillset.
   3. These APIs can be integrated into your application or business logic for on-demand access of GPUs based on your usage needs.

Depending on your use-case requirements you may choose either of the above mentioned methods. Both offer different capabilities specific to scaling needs of your business.


---

# 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.qblocks.cloud/launch-a-q-blocks-gpu-instance.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.
