# 4: Endpoints

## Introduction

Endpoint options are used to define the API requests for any endpoints you want to make available for use with [instances](/product-documentation/connectors-and-instances/working-with-instances.md) of this connector:

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

Any endpoints added here will be available for your users to select when they choose to [add an instance](/product-documentation/connectors-and-instances/working-with-instances/adding-an-instance.md) of this connector to a [process flow](/product-documentation/process-flows/about-process-flows.md) - for example:

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

{% hint style="warning" %}
If you are building a database connector (e.g. for a MySQL database), you'll see a *queries* tab instead of an *endpoints* tab. Please see [Building a database connector](/product-documentation/developer-hub/connector-builder/building-your-own-connector/building-a-database-connector.md) for more information.
{% endhint %}

{% hint style="info" %}
When configuring endpoints, you choose a **direction** to confirm the direction of data flow:

* **Receive** - where a connection will receive data from the endpoint resource.
* **Send** - where a connection will send modified data to the endpoint resource.&#x20;

Be sure to configure **one endpoint for each direction your users may need in process flows**.
{% endhint %}

## Working with endpoints

Please see [Adding a new endpoint](/product-documentation/developer-hub/connector-builder/building-your-own-connector/4-endpoints/adding-a-new-endpoint.md) for general steps required to add a new endpoint for a connector. You'll find detailed information about options and settings in the [Endpoint options](/product-documentation/developer-hub/connector-builder/building-your-own-connector/4-endpoints/endpoint-options.md) section.


---

# 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/developer-hub/connector-builder/building-your-own-connector/4-endpoints.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.
