> For the complete documentation index, see [llms.txt](https://upsolver.gitbook.io/content/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://upsolver.gitbook.io/content/support-1/faqs/get-started-with-upsolver.md).

# Get Started with Upsolver

We have worked hard to make getting started with Upsolver as quick and easy as possible. Read the following FAQs to discover how you can start your free trial.

### How do I start using Upsolver?&#x20;

You can sign up at <https://sqlake.upsolver.com/signup> and enjoy a free trial.

***

### When does my free trial end?

After creating your Upsolver account, your 14-day trial will commence when you successfully run your first job. This gives you unrestricted time to explore the user interface, familiarize yourself with the features we offer, and explore our SQL reference to learn how to build pipelines.&#x20;

When your trial expires, you will need to [contact our sales team](mailto:sales@upsolver.com) to extend your trial or purchase Upsolver via [Amazon Marketplace](https://aws.amazon.com/marketplace/pp/prodview-alv6hmf7tipyw?sr=0-1\&applicationId=AWSMPContessa) to keep your data flowing.

Your Upsolver experience will be limited to a single cluster, which will automatically hibernate after three hours of inactivity. Clusters will automatically restart after you log back in, which typically takes 3-4 minutes.

***

### Where is my cluster deployed?&#x20;

Upsolver control plane used to manage the Upsolver application is deployed on multiple availability zones in the AWS US-EAST-1 region. Compute clusters used to process customer data with Upsolver’s managed SaaS offering are also deployed in the US-EAST-1 region.&#x20;

To enhance data privacy, customers may choose to deploy compute clusters to their own AWS VPC running in their choice of AWS regions.


---

# 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, and the optional `goal` query parameter:

```
GET https://upsolver.gitbook.io/content/support-1/faqs/get-started-with-upsolver.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
