# Visibility in the Catalog

You have several options to determine the visibility of your service, and of individual plans. This article explains these settings, and gives you a checklist to help your service appear publicly in the [Catalog](https://marketplace.apinity.io/catalog).

### **Service Visibility toggle**

This toggle on each Service card under Services, defines globally whether the service can appear in the Catalog.

<figure><img src="/files/BNAwmifQaVeHzT80Xblb" alt=""><figcaption></figcaption></figure>

If switched off, the service is accessible only via direct link. The direct link can be found by opening the description page with the <img src="/files/re0zWFfYotAcQuWTekk9" alt="" data-size="line"> button . Anyone with this link can access the service page.\
\
For more info, see [Add a Service](/step-by-step/provide-a-service-on-the-marketplace/add-a-service.md).

### **Plan Visibility**

You can additionally toggle the visibility of individual Plans in the Plans section of the Service Configuration.&#x20;

<figure><img src="/files/RrhBva9X3Ev12qWVlAcL" alt="" width="563"><figcaption></figcaption></figure>

This option can be used to retire plans without ending the existing subscriptions. Hidden plans will not appear to any consumer (irrespective of permissions), and cannot be subscribed to. Existing subscription to the plan will keep working.

Visible plans will adhere to the permissions shown in the next step.

### **Plan Permissions**

On individual Plans, you can define who is allowed to see them (and hence, subscribe).

<figure><img src="/files/sM5AiqWpSk4uzUOnyidR" alt=""><figcaption></figcaption></figure>

You can use "*Selected Workspaces*" to offer tailored pricing, limits, or even custom API backend, to specific customers. It is also well suited for test plans (limiting to your own workspace).

"*All Workspaces*" will display the plan in the public catalog.\
\
For more info, see [Add a Plan](https://docs.apinity.io/concepts/pages/9kYEWHYVB1HHM6XvmXOR#addaplan-step2.2visibility).

{% hint style="success" %}
In order to appear in the public catalog

* a **Service** must be set to **Visible**, and
* at least **one Plan**\
  \- must be set to **Visible**, and\
  \- must be permissioned to **All Workspaces**.
  {% 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.apinity.io/concepts/visibility-in-the-catalog-2.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.
