# Create a Testery Account

**Sign-up with GitHub or BitBucket**. To create a Testery account go to <https://testery.io/signup?plan=free> and login with Github or Bitbucket. This will take you through the signup flow.

![](/files/-MK1MYBf-WJC9gNov0Rj)

**Select an Organization**. Select an organization you would like to connect your Testery account to. It should be the organization that has a repository with your tests.

**Enter your Organization Name**. The Testery Organization Name defaults to the Organization you selected. Feel free to change this name.![](blob:https://testery.atlassian.net/ff823b59-50a0-473d-bfb4-fbd36a2e8207#media-blob-url=true\&id=592e5019-8dcd-4c9e-a65d-c4b226ad2f74\&collection=contentId-733642782\&contextId=733642782\&mimeType=image%2Fpng\&name=Screen%20Shot%202020-06-26%20at%209.55.53%20AM.png\&size=119879\&width=2442\&height=644)

![Review/Edit Organization Name](/files/-MMIJU7IR0Dwcw_GUdDE)

**Setup a Project**. For your first project, select which repository contains the tests you want to run on Testery. Select your default branch.

**Update your Project Settings**. Select your testing framework. Testery currently supports WebdriverIO, CucumberJS, Cypress, Specflow, NUnit, and Nightwatch. We are actively adding more to this list so if yours isn’t listed select Other along with name of framework you are using and we will let you know the status of that framework. You may be asked a few more questions depending on which framework you select.

Select whether you package json is in the root direction.  If it is not, specify the directory.

**Select a Plan**. Select which plan you would like. There is a free plan on Linux servers if you want to try it out. If you require more concurrency or testing minutes we would be glad to work with you on a custom plan.

**Click Finish**. Click Finish and you will be taken to the Test Runs page within the Testery platform. Your test should be kicked off for you if everything was setup correctly.

If you have any issues during account creation send an email to <support@testery.io> or there is a help widget you can submit a ticket through in the lower right corner. Look for the **?**

![If you ever need assistance, click the '?'](/files/-MK1LQs4ohC49u58sJO5)


---

# 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.testery.io/get-started/getting-started-guide/create-an-account.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.
