# MyQ

## Connection Requirements

{% stepper %}
{% step %}

### IP Address or Hostname

Provide either the IP address or hostname of the MyQ host. This is the server to which the connection will be established.
{% endstep %}

{% step %}

### Port

Specify the port number to use for the connection.
{% endstep %}

{% step %}

### Client ID and Client Secret

To get these credentials, register a new client — Client ID and Secret will be generated automatically. In the MyQ X Web Interface:

* Open the Settings tab.
* Navigate to External Systems (or Connections).
* Under REST API applications, click Add.
* Specify the Title of your client and the Scope required by your application.
* Copy your Client ID and Secret.
* Click OK.
  {% endstep %}

{% step %}

### SSL

Select whether to use SSL for a secure connection. This is optional; if not specified, the connection will default to unencrypted.
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
⚠️ **Attention**\
Please perform a **connection test** to ensure there is a valid connection to the host.\
When the discovery operation is finalized, you will be able to see the details on the **Assets** page.
{% 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://docs.octoxlabs.com/adapters/adapters/myq.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.
