# Cards

The user have the following metrics (except points):

* points farmed per hour;
* [custom value](/tgtaps-docs/features/custom-value.md);
* [points per tap](/tgtaps-docs/blocks/clicker-game/click-button.md).

These metrics can be improved with the help of the cards.

![](/files/fUZnWX7deCqaGG5ZKPmr)![](/files/9V9tsOV2WgEZBlab6uDX)

**Features:**

* Cards can have an image, name and description.
* Cards grouped by categories.
* Cards can improve one of three metrics: points farm per hour, custom value and points per tap.
* Cards can have many levels of improvement.
* Cards can be depended on each other. For example, the card "CEO" may require card "Management" with the level #10.

## How to add cards levels from CSV

You can add card levels in a batch (from Google Sheets, for example). Create column in Google Sheets which consist of “points cost” and “improvement value” (max energy, points per tap, custom value, etc.):

<figure><img src="/files/adl2iapJUysIYmMR0Z5T" alt=""><figcaption></figcaption></figure>

Click "add levels from CSV":

<figure><img src="/files/rT5IBXiVMhPtIgEgyXTl" alt=""><figcaption></figcaption></figure>

Insert data from this column to the card sidebar:

<figure><img src="/files/gTqIZQWvXS1E68UtbvCA" alt=""><figcaption></figcaption></figure>

Click “Add levels from CSV”:

<figure><img src="/files/kN1828DK4YlFPMD8muRI" alt=""><figcaption></figcaption></figure>

***

Something unclear in docs or you know how to improve article? [Message us in community!](https://docs.tgtaps.com/tgtaps-docs/readme/community)\
We will answer you and then promise to improve the article within 3 days.


---

# 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://tgtaps.gitbook.io/tgtaps-docs/blocks/clicker-game/cards.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.
