# Tagging a Finding

Every finding can be associated with multiple tags. These tags can represent vulnerabilities, protocols, currencies, and more.&#x20;

**Findings tagged by you, will show with the Tag(s) you've given.**

Findings you haven't yet tagged, will show the Tag(s) calculated based on the suggestions from the community. **Including your tags!**

### How is the influence weight of a tag calculated?

The influence of a tag is the sum of the scores of all users who suggested that tag.

**Example**:

* User A (score 2500) suggests tags: Tag 1, Tag 2.
* User B (score 7000) suggests tags: Tag 1, Tag 3.

The influence for each tag would be:

* Tag 1: 2500 + 7000 = 9500
* Tag 2: 2500
* Tag 3: 7000

### Selecting Final Tags

The final tags for a finding are the top 5 tags with the highest influence. If there are fewer than 5 tags suggested, all the suggested tags are considered as final tags.

### Tag Definitions

Descriptions of existing tags can be found in the [report tags descriptions docs](/findings-explorer/tags-list-and-descriptions.md).

As the platform is open to community contributions, if you see that a tag is missing its definition, you're free to [submit a PR](https://github.com/solodit/solodit_content/tree/main) to have it added.&#x20;

We appreciate your efforts!


---

# 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.solodit.cyfrin.io/findings-explorer/tagging-a-finding.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.
