# Accessing your connectors

## Introduction

All of your [installed](/product-documentation/connectors-and-instances/working-with-connectors/installing-a-connector.md) **connectors** can be viewed/updated from the **manage connectors** page - for example:

<div align="left"><figure><img src="/files/0DMHGCINZ3FlfK9txG6D" alt=""><figcaption></figcaption></figure></div>

{% hint style="info" %}
If you've built your own connectors with the Patchworks [connector builder](/product-documentation/developer-hub/connector-builder.md), these will also be shown here.
{% endhint %}

On this page, you can see all installed **connectors** and any associated **instances** that have been added. From here you can:

* [Update an existing connector](/product-documentation/connectors-and-instances/working-with-connectors/updating-a-connector.md)
* [Add an instance for a connector](/product-documentation/connectors-and-instances/working-with-instances/adding-an-instance.md)
* [Update an existing connector instance](/product-documentation/connectors-and-instances/working-with-instances/updating-an-instance.md)
* [Remove an existing connector instance](/product-documentation/connectors-and-instances/working-with-instances/removing-an-instance.md)
* [Remove an existing connector](/product-documentation/connectors-and-instances/working-with-connectors/removing-a-connector.md)

## Navigating to the my connectors page

To navigate to the **my connectors** page, select **process flows** <mark style="color:red;">></mark> **connectors & instances** from the left-hand navigation menu.


---

# 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://doc.wearepatchworks.com/product-documentation/connectors-and-instances/working-with-connectors/accessing-your-connectors.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.
