# Developer tools

- [Javascript SDK](https://dev.ubidots.com/sdks/javascript.md): Table of contents
- [Overview](https://dev.ubidots.com/sdks/javascript/overview.md)
- [Getting started](https://dev.ubidots.com/sdks/javascript/getting-started.md)
- [Ubidots class](https://dev.ubidots.com/sdks/javascript/ubidots-class.md): Ubidots JavaScript library's main class.
- [Get methods](https://dev.ubidots.com/sdks/javascript/ubidots-class/get-methods.md)
- [Filter methods](https://dev.ubidots.com/sdks/javascript/ubidots-class/filter-methods.md): Use Ubidots field filters.
- [Ubidots objects](https://dev.ubidots.com/sdks/javascript/ubidots-class/ubidots-objects.md): The following are relevant types within the library.
- [Entity object](https://dev.ubidots.com/sdks/javascript/ubidots-class/ubidots-objects/entity-object.md)
- [Paginator](https://dev.ubidots.com/sdks/javascript/ubidots-class/ubidots-objects/paginator.md)
- [Examples](https://dev.ubidots.com/sdks/javascript/examples.md): How to use UJL
- [CLI](https://dev.ubidots.com/sdks/cli.md): The Ubidots CLI allows you to manage devices, variables, cloud functions, and pages from the terminal for faster automation and testing
- [Overview](https://dev.ubidots.com/sdks/cli/overview.md): Learn how to interact with Ubidots from your local machine using the Ubidots CLI.
- [Installing](https://dev.ubidots.com/sdks/cli/installing.md): Install the Ubidots CLI on your local machine.
- [Configuration](https://dev.ubidots.com/sdks/cli/configuration.md): Configure the Ubidots CLI to connect with your account.
- [Devices](https://dev.ubidots.com/sdks/cli/devices.md): Create, read, update, and delete devices using the Ubidots CLI.
- [Variables](https://dev.ubidots.com/sdks/cli/variables.md): Create, read, update, and delete variables using the Ubidots CLI.
- [UbiFunctions](https://dev.ubidots.com/sdks/cli/ubifunctions.md): Create, manage, and locally develop UbiFunctions using the Ubidots CLI.
- [Pages](https://dev.ubidots.com/sdks/cli/pages.md): Create, manage, and locally develop Pages using the Ubidots CLI.
- [Dashboard runtime library](https://dev.ubidots.com/sdks/dashboard-runtime-library.md)


---

# 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://dev.ubidots.com/sdks.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.
