> For the complete documentation index, see [llms.txt](https://doc.wearepatchworks.com/product-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.wearepatchworks.com/product-documentation/developer-hub/connector-builder/building-your-own-connector/4-endpoints.md).

# 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
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://doc.wearepatchworks.com/product-documentation/developer-hub/connector-builder/building-your-own-connector/4-endpoints.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.
