# Setting up a collection

#### Create your account <a href="#create-your-account" id="create-your-account"></a>

Head over to <https://app.search.io/sign-up> and sign up. If you already have an account, sign in with your existing account.

#### Create a new collection <a href="#create-a-new-collection" id="create-a-new-collection"></a>

Collections store the records that you want to search through.

They also contain the configuration associated with your data including pipelines, rules, synonyms, authorized domains, and analytics. Each collection has an associated schema that designates field names, field types, and whether a field's data is indexed for text search.

Click the **Get started** button in the 'Use the API' tile to create your collection.

![](/files/BXeTbsRkpArBm2Xq8khR)

#### Choosing a data set <a href="#uploading-your-data" id="uploading-your-data"></a>

After entering a name for your collection, you can either upload your own data or select one of our 2 demo datasets to test drive Search.io.

![](/files/IoNysa8WsAAq7PKmY4rs)

If you are using one of the demo data sets, you are done and can move on to [Tuning your search](/developer-documentation/guides/quick-start/tuning-your-search.md).

If you are using your own data, you'll need to set up your schema next.

#### Setting up your schema

Although Search.io will do it’s best to automatically detect the schema and identify field types, lists, and unique fields, it’s important that you verify that the fields are correct. If the fields don’t match the structure of the records you are uploading, the records will be rejected.

Please review suggested schema and confirm that the type and attributes are correct.

![](/files/f7dXMOKs6sU3pBa66nvR)

#### Select searchable fields and train query suggestions <a href="#select-searchable-fields-and-train-query-suggestions" id="select-searchable-fields-and-train-query-suggestions"></a>

Select which fields you want to use for searching, and rank them in order of priority. The order will determine the weight assigned to each of those fields for the initial configuration of the search algorithm.

Query suggestions are typically a subset of the searchable fields and will be used to train the suggestions Search.io makes when users type a search query into the search box. Common fields here titles, product names, companies, brands, or categories.

**Congratulations** 🎉 You’ve completed the initial setup!

###


---

# 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.search.io/developer-documentation/guides/quick-start/setting-up-a-collection.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.
