# Tweaking the results

The algorithm have pre-set to give the best results, but There are several easy means of tweaking the results if you need to.

## Tweaking Results: Tags

You can simply toggle on/off the autogenerated tags. As seen below 2 of the 6 tags are turned off (red) but if you want to further limit the results to i.e. only find 'Warships' simply turn off all other tags. When a tag is red, it means its not included as a parameter in the search algorithm

![Tweak by toggling tags](https://2121806489-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2BTnMaEROGRJgDFogNnI%2Fuploads%2Fgit-blob-a62d8d9a80f34c2df5d203fcd77589e626dea6fb%2FTweakingResults-Tags.png?alt=media)

## Tweaking Results: Algorithm

You can also more fundamentally tweak the results by changing the way the search algorithm works. In settings, locate 'Similarity Comparison Metrics' - which contains 4 toggles. Changing these will modify how the algorithm finds relevant assets.

* Directory: Score based on folder structure (Same folder means full score)
* Filename: How similar are the filenames i.e. 'pirateship' vs 'pirateboat'
* Labels: This calculates score based on any labels assigned in the Unity editor.
* Tags: This calculates score based on how many autogenerated tags are shared

![Adv: Tweak the algorithm settings](https://2121806489-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2BTnMaEROGRJgDFogNnI%2Fuploads%2Fgit-blob-881f7e1fd3339ae8d375f84b1fbe92d6ca64c7a0%2FTweakingResults-Algorithm.png?alt=media)

{% hint style="info" %}
You can also finetune the results by tweaking the \`Weight\` and \`Requirement\` parameter for each metric. \`Requirement\` relates to the minimum amount of metric 'equality' is required, while \`Weight\` says something about how important the particular metric is for the results
{% endhint %}


---

# 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://kristianhj.gitbook.io/smartbuilder/features/tweaking-results.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.
