> For the complete documentation index, see [llms.txt](https://docs.talentmap.com/knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.talentmap.com/knowledge-base/step-5-analyze-interpret-and-report/compass-reports/comments/ai-comment-analysis/search-comments-by-meaning.md).

# Search Comments by Meaning

Search by meaning uses semantic search to analyze the context of employee feedback. It identifies comments with similar meanings, even if the comments have different words or phrases.\
\
Use search by meaning to:

* **Identify key themes and trends:** Quickly understand the most prevalent issues impacting engagement, retention, productivity etc.
* **Uncover hidden insights:** Discover underlying reasons behind employee sentiment that may not be apparent through quantitative data alone.

**Please note:** This feature requires the use of AI. Please let your TalentMap Project Manager know if you would AI enabled for your Organization. Only users with permission to see comments will have access to comment meaning.

### How to Search by Meaning

1. **Reports** > **Comments.** Within the search bar click the dropdown and select **Meaning**.
2. Enter one or more words into the search bar. This example uses the words "stress health". Comment count and word cloud will update to show dimension rank and most frequently used words associated with the search.<br>

<figure><img src="/files/1NA9RcltnhDVxwQLKswt" alt=""><figcaption></figcaption></figure>

1. Export to PDF or Excel. Bulk export will automatically include comments with meaning by demographic group selected.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.talentmap.com/knowledge-base/step-5-analyze-interpret-and-report/compass-reports/comments/ai-comment-analysis/search-comments-by-meaning.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
