> For the complete documentation index, see [llms.txt](https://docs.rely.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rely.io/getting-started-guide/import-services-into-the-service-catalog.md).

# Import services into the Service Catalog

In the last step you have created your very first plugin and you were expecting to see some services already in the Service Catalog, right? Don't worry they haven't gone anywhere, we just made so that you are always in control in our Discovery feature.

## Service Discovery

Service Discovery is a process internal to Rely.io that imports the supported information from all the different plugins you have configured in your Rely.io organization.

After you configured your Git provider, Rely.io has effectively started the import process but in order to avoid filling your service catalog with irrelevant or outdated information - *yes, we are developers too and we know how much we like to create repositories for demos and experiments.* We don't need to bring those to your Service Catalog.

## Handling service discovery

On the *Discovery* page you will be shown a list of all the services that were discovered in the configured Git provider. Here you will need to select the services you would like to import and the ones you want to ignore.

To do so, simply go to "*Discovery*" under the "*Portal* *Builder*" menu option and make your selection.

<figure><img src="/files/QIGKP83W9dt6qVyCHnaj" alt=""><figcaption><p>importing services in Discovery</p></figcaption></figure>

Once you are done you should see a list of the services you added in your [Service Catalog](https://webapp.rely.io/software-catalog/service/list).

{% hint style="info" %}
If for some reason you still don't see you entities or recommendations please ask for support on the in-app chat or send an email to <support@rely.io>.
{% endhint %}

On the next, and last step, let's explore how you can access and [customize your Software Catalog](/getting-started-guide/make-the-software-catalog-your-own.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 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, and the optional `goal` query parameter:

```
GET https://docs.rely.io/getting-started-guide/import-services-into-the-service-catalog.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
