# How to reach your own endpoints

## Reaching endpoints in your editor sessoin

Endpoints in your editor session are exposed at **https\://**<mark style="background-color:blue;">**\<your-project-name>**</mark>**.midio.dev:\<your-port>/\<your routes>.** The port can vary between projects and potentially be changed when you’ve been away for a while. You can see your the port when you hover the globe icon on your `HTTP Endpoint` node, or in the services panel if you select **HTTP server.**

<figure><img src="/files/LHoVmuNPaepGm27fw8fY" alt="" width="324"><figcaption></figcaption></figure>

## You can also get url info directly from your endpoints

Click the **globe** icon on your endpoint to open a menu where you can either copy the url to your clipboard or open it in a new tab.

<figure><img src="/files/5ItSHBsNBz2yZJsHHndk" alt=""><figcaption></figcaption></figure>

## Reaching endpoints in your deployed app

The URL to reach your deployed apps can be found in the **deployments panel.**

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

## Making requests to Midio from Midio

You can use the [`HTTP Fetch`](/midio-docs/built-in-nodes/http.md#fetchurl) node to make requests to your running Midio sessions like you would any other service. This can be very useful for testing your endpoints directly from Midio.

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

{% hint style="info" %}
Note that if successful, you will get two separate traces in the [**Trace History**](/midio-docs/reference/overview/traces-execution.md) panel. One represents the process that performed the request, and the other the process that received the request.

<img src="/files/Swdjv1YmAWP135ruGwRY" alt="" data-size="original">
{% 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.midio.com/midio-docs/guides/http/how-to-reach-your-own-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.
