# Edit existing Services or Plans

You can edit your service and its plan(s) by clicking on **My Hub** in the top menu and then **Provided Services** in the left menu. In the Provided Services section, you will find an overview of all your services.

Click on the service you wish to edit and you will be brought to the same pages as when you first created the service. Here you can edit or add any information.

{% hint style="warning" %}
The **service / plan name cannot be changed** after they were published.
{% endhint %}

{% hint style="info" %}
If your plan has active subscribers, the only possible change is to extend the permissions to additional Workspaces.
{% endhint %}

A **Visible** toggle is made available when you've published your plans. This toggle allows you to hide your plans from the marketplace catalog while still maintaining a deep link / direct URL to your published plan. This deep link can be saved and shared at your discretion. The **Visible** toggle can be turned on or off at any time. For more info, see [Visibility in the Catalog](/concepts/visibility-in-the-catalog.md).

Please refer to [Add a Service](/step-by-step/provide-a-service-on-the-marketplace/add-a-service.md) and [Add a Plan](/step-by-step/provide-a-service-on-the-marketplace/add-a-plan.md) for more detailed information about the different sections.


---

# 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/step-by-step/provide-a-service-on-the-marketplace/edit-existing-services-or-plans.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.
