# Tech

- [uOS](https://universal-operating-system.gitbook.io/universal-operating-system/tech/uos.md): The UniversalOS Terminal: Bridging Thought and Execution
- [app-store](https://universal-operating-system.gitbook.io/universal-operating-system/tech/uos/app-store.md): Extensible Agent Ecosystem: The uOS App Store
- [uGAME](https://universal-operating-system.gitbook.io/universal-operating-system/tech/uos/app-store/ugame.md): uGAME integrates vision AI, memory analysis, and a knowledge engine to create AI game agents that understand game mechanics at a detailed level. The system processes both visual and memory data to mak
- [uTOKENIZE](https://universal-operating-system.gitbook.io/universal-operating-system/tech/uos/app-store/utokenize.md)
- [assistant](https://universal-operating-system.gitbook.io/universal-operating-system/tech/uos/assistant.md): two assistants are, is better than one.
- [terminal](https://universal-operating-system.gitbook.io/universal-operating-system/tech/uos/terminal.md): The uOS-Terminal Interface The question remains: how do we practically implement this vision of AI agents as first-class citizens within an operating system?
- [web-browser](https://universal-operating-system.gitbook.io/universal-operating-system/tech/uos/web-browser.md): Agent Real-World Integration: Web Browser as a Gateway


---

# 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://universal-operating-system.gitbook.io/universal-operating-system/tech.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.
