# Setting up categories and tags

## What are Categories and Tags?

Categories and Tags are the way you can logically group and classify records in tiny+. A Category is a logical collection of related Tags.&#x20;

For example, a Category could be `Location` and its related Tags could be `Sydney`, `London` and `New York`.

Categories and Tags can be set up and related to all types of records in tiny+, unlocking powerful reporting and data organisation capabilities.

Also, Categories can be applied to different types of records. For example, the Location category above could be applicable to both Companies and Projects.&#x20;

## Creating your first Category

Categories are set up from the **Account Admin** -> **Categories** page.

1. Click the **+ new category** button.
2. Give the new Category a name. Some examples are included below for inspiration.
3. Select the types of records that a category can belong to.
4. Choose other options as displayed and then choose a display colour.&#x20;

![An example for creating a Location category for Projects.](/files/-LpW60Tak9-5JRqB5Prq)

## Adding new tags

Once you've created your category, you can add tags on the following screen.

Click **+ add new tag** and type the name in the field that appears. Then click **Save**.

![Example tags for a Location category.](/files/-LpW6_FeqvJRqfQyKm6O)

## Examples

Looking for ideas on the best ways to categorise your records? Here are some commonly used categories.&#x20;

| Category        | Tags                                           | Relevant To                   |
| --------------- | ---------------------------------------------- | ----------------------------- |
| Managing Office | Sydney, London, New York                       | Projects, Companies, Contacts |
| Client Type     | Developer, Owner Operator, Builder, Government | Companies, Contacts           |
| Service Type    | Architecture, Urban Design, Interior Design    | Projects, Companies           |
| Market Sector   | Aged Care, Commercial, Education, Residential  | Projects, Companies, Contacts |
| Priority        | High, Medium, Low                              | Projects, Contacts            |
| Region          | North-East, South, West                        | Projects, Companies, Contacts |


---

# 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.tiny.plus/guides/getting-started/setting-up-categories.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.
