# Making Requests to Human Network

Once you have credits or access, you may make a request to the Human Network via the Relay node.

For the testnet on Holesky, the Relay node can be reached at via HTTP requests to <http://159.65.246.91:3031>

For mainnet, the Relay node can be reached at via HTTP requests to <http://44.217.242.218:8081>

### There are two ways of making a request to Human Network:

1. Spin up a Signer to simplify this on behalf on end users. A Signer pays the credits and manages user state. This way, users don't need to acquire Human Network credits or keep track of their state.

{% content-ref url="making-requests-to-human-network/signer-on-behalf-of-users" %}
[signer-on-behalf-of-users](https://docs.network.human.tech/for-developers/making-requests-to-human-network/signer-on-behalf-of-users)
{% endcontent-ref %}

2. Without a signer, you can directly interface by acquiring credits and using mishtiwasm to query the network

{% content-ref url="making-requests-to-human-network/directly-query-the-network" %}
[directly-query-the-network](https://docs.network.human.tech/for-developers/making-requests-to-human-network/directly-query-the-network)
{% endcontent-ref %}


---

# 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.network.human.tech/for-developers/making-requests-to-human-network.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.
