# Executing a search query

Efficiently executing a search query in Tellius involves the following steps:

1. Selecting the Business View
2. Construct the required query
3. Analyze the search results
4. Save to a Vizpad (to save the results)

Start by choosing the appropriate Business View. This sets the context for your query, ensuring that the search is tailored to the specific dataset you want to analyze. Next, type in or input a voice-based query in natural language as per your requirements.

Go through different sections of the search results to analyze them. Save the results to a Vizpad (if you want them to be saved for future use).

{% hint style="info" %}
Please note that the results of a search query will be stored only if they are saved to a Vizpad or Insight.
{% 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://help.tellius.com/tellius-6.3/search/executing-a-search-query.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.
