# Searching and Removing Custom Strings

{% hint style="danger" %}
Deleting your strings is an irreversible action! We recommend you save your strings elsewhere in the case that you decide to remove them or an issue arises.
{% endhint %}

* Under "Strings List" , type in "Search Strings" your keywords. Anything that matches those search terms will display in the results. If there are no results to be found, the results will be empty.
* To delete the string, click the trash can.

<figure><img src="/files/PldOrYqvqGIVj7R9i7iP" alt=""><figcaption><p>An example search term.</p></figcaption></figure>


---

# 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.stormss.cc/fundamentals/custom-strings/searching-and-removing-custom-strings.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.
