# Nobl9

## Installation Guide

To get started with the Nobl9 integration, follow the steps below.

#### 1. Generate an Access Key

Before you can connect Rely.io to Nobl9, you need to generate the required Access Key credentials. The following guide was based on the [official documentation](https://docs.nobl9.com/Getting_Started/#access-keys) provided by Nobl9.

1. Log in to [Nobl9](https://app.nobl9.com/) UI.
2. Go to **Settings** > **Access Keys**. Click **Create Access Key**.
3. An access key will be generated, comprising an organization ID, a client ID, and a client secret. All these fields are essential for the next step of this guide. Be cautious: **the client secret will not be displayed again** - ensure to copy and securely store it immediately.

#### 3. Connect to the Rely Platform

Now that you have generated the necessary information, you can proceed to connect your Nobl9 account with Rely.

Open the Rely platform and start by navigating to the data-sources page. Click the "Add Data Source" button and select "Nobl9". This will prompt a modal requesting the required information for a successfully integration.

* **Collector Name**: Enter a name for the collector.
* **Organization ID**: Paste the Organization Identifier generated in the previous step.
* **Client ID:** Paste the client ID generated in the previous step.
* **Client Secret:** Paste the client Secret generated in the previous step.

After you submit your form, you will be able to use the "slo" data-type to start import and visualize your Nobl9 SLOs within Rely's Software Catalog.


---

# 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.rely.io/plugins-and-automation/plugin-installation-guides/nobl9.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.
