# Ordino AI Docs

## Ordino

- [Ordino AI](https://ordino-ai.gitbook.io/ordino-ai/getting-started/ordino-ai.md): Ordino brings AI to testing, making it ultra-productive, and  built for high-performance teams..
- [Installation](https://ordino-ai.gitbook.io/ordino-ai/getting-started/installation.md): To get started with installing Ordino AI, follow the three essential steps below. Each page will guide you through a specific part of the setup process.
- [Portal Setup](https://ordino-ai.gitbook.io/ordino-ai/getting-started/installation/portal-setup.md): The fastest way to build your physical ecosystem in the cloud — often with zero setup needed on your part. Just:
- [Install SDK](https://ordino-ai.gitbook.io/ordino-ai/getting-started/installation/install-sdk.md): The fastest way to give your agent tools is with Ordino AI — often with zero setup needed on your part.
- [Quick Start](https://ordino-ai.gitbook.io/ordino-ai/getting-started/installation/quick-start.md): Execute your first pilot project with Ordino AI
- [Components](https://ordino-ai.gitbook.io/ordino-ai/sdk-reference/components.md)
- [Browser](https://ordino-ai.gitbook.io/ordino-ai/sdk-reference/components/browser.md): The Browser class in Ordino AI provides a suite of browser-level automation capabilities. It allows seamless interaction with browser windows, navigation, alerts, cookies, and more.
- [Link](https://ordino-ai.gitbook.io/ordino-ai/sdk-reference/components/link.md): The Link class provides a clean interface for interacting with generic container elements such as \<link> blocks. It includes methods for selection, assertions, and scrolling into view.
- [Button](https://ordino-ai.gitbook.io/ordino-ai/sdk-reference/components/button.md): The Button class provides a simplified interface for handling button interactions in test automation. It supports essential operations such as clicking, asserting button states, and scrolling events.
- [CheckBox](https://ordino-ai.gitbook.io/ordino-ai/sdk-reference/components/checkbox.md): The Check Box class provides a clean interface for interacting with generic container elements such as \<checkBox> blocks. It includes methods for selection, assertions, and scrolling into view.
- [Div](https://ordino-ai.gitbook.io/ordino-ai/sdk-reference/components/div.md): The Div class provides a clean interface for interacting with generic container elements such as \<div> blocks. It includes methods for selection, assertions, and scrolling into view.
- [DropDown](https://ordino-ai.gitbook.io/ordino-ai/sdk-reference/components/dropdown.md): The DropDown class provides a clean interface for interacting with generic container elements such as \<select> blocks. It includes methods for selection, assertions, and scrolling into view.
- [TextBox](https://ordino-ai.gitbook.io/ordino-ai/sdk-reference/components/textbox.md): The TextBox class provides a streamlined interface for interacting with text input fields. It includes methods for typing, asserting values, and scrolling elements into view. These capabilities improv
- [Radio Button](https://ordino-ai.gitbook.io/ordino-ai/sdk-reference/components/radio-button.md)
- [Label](https://ordino-ai.gitbook.io/ordino-ai/sdk-reference/components/label.md)
- [File Input](https://ordino-ai.gitbook.io/ordino-ai/sdk-reference/components/file-input.md)
- [Toggle](https://ordino-ai.gitbook.io/ordino-ai/sdk-reference/components/toggle.md)
- [Element](https://ordino-ai.gitbook.io/ordino-ai/sdk-reference/components/element.md)
- [Services](https://ordino-ai.gitbook.io/ordino-ai/sdk-reference/services.md)
- [http](https://ordino-ai.gitbook.io/ordino-ai/sdk-reference/services/http.md): The integration lets QA and development teams perform service-level testing with popular tools, enhanced by the capabilities of the Ordino Engine. Key benefits
- [Integrations](https://ordino-ai.gitbook.io/ordino-ai/sdk-reference/integrations.md)
- [services](https://ordino-ai.gitbook.io/ordino-ai/sdk-reference/integrations/services.md)
- [mcp](https://ordino-ai.gitbook.io/ordino-ai/sdk-reference/integrations/mcp.md)
- [Ordino Copilot](https://ordino-ai.gitbook.io/ordino-ai/sdk-reference/ordino-copilot.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://ordino-ai.gitbook.io/ordino-ai/getting-started/ordino-ai.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.
