# HTML tags in results

```
Advanced Options -> HTML Tags exlude from stripping content
```

![](http://i.imgur.com/sGZsumX.png)

By default every HTML tag except the ones declared in the field above are going to be removed. This is neccessary, because the search content is limited to certain number of characters and can cause remains of unclosed HTML tags, which would break the whole output. The plugin will attempt to detect these unclosed tags, mostly with success.

In this field you can specify, which HTML tags should remain in the results. By default it's **span, a, abbr and b.**

If you for example want to keep the **div** and **p** tags as well, then the field content should look like this:

```
<span><a><abbr><b><div><p>
```


---

# 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://documentation.ajaxsearchpro.com/advanced-options/html-tags-in-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.
