# The Taglo Interface

Taglo software is designed to perform both simple and complex tasks, while handling both small and large amounts of data.&#x20;

Our UI is designed to:

1. Cope with any scenario you might throw at it (within reason!)
2. Allow you to stay within your current train of thought at all times without having to constantly switch between interfaces to complete related tasks.

You can find lots of real-life examples of how the UI works in our [**Tutorials**](/start-here/tutorials.md) section.

The rest of this section goes through the key things you need to know to become a Taglo UI expert.


---

# 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.taglo.io/using-taglo-software/the-taglo-interface.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.
