> For the complete documentation index, see [llms.txt](https://orangery.gitbook.io/orangery/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://orangery.gitbook.io/orangery/mining/setting-up.md).

# Setting Up

**Selecting a GPU Provider:** For those looking to harness the power of the Orangery network, we suggest considering cloud hosting solutions such as Lambda Labs and Jarvis Labs, both of which have been verified for optimal performance with our models. In this setup guide, we'll focus on using Jarvis Labs, recognized for its user-friendly setup process.

<https://cloud.jarvislabs.ai>

**Initiating the GPU Instance:** Starting up your Jarvis Labs GPU instance is a straightforward process that typically takes around 10 minutes. During this initialization phase, the API link will be inactive. To ascertain the readiness of your instance, simply click on the provided API link; a live documentation page indicates that your system is up and running.

**Mining Software and Dependencies Configuration:** Whether you're deploying the mining software on your local setup or opting for a cloud-based solution, it's crucial to ensure the security and efficiency of your mining infrastructure. Tailoring your system to meet the specific needs of Orangery's mining protocol not only optimizes performance but also secures your operation against potential vulnerabilities. Follow our detailed guide to equip your system with the necessary software and dependencies, setting the stage for a successful mining venture within the Orangery ecosystem.


---

# 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 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://orangery.gitbook.io/orangery/mining/setting-up.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.
