# Find Server and Token

In this step if you're confusing what's your IP:PORT and token for your algorand node. You can use this following command to get that server and token you need to setup Goracle Node.

#### Go To the Algorand Directory

```bash
cd /var/lib/algorand
```

#### Check algod.net and algod.token

{% hint style="danger" %}
Copy all result and save in your notepad. The result of **algod.net** file for the port may be different. Because i saw someone not using **8080** port by default. So make sure double check.
{% endhint %}

```
cat algod.net
```

the result :&#x20;

**127.0.0.1:8080**

{% hint style="danger" %}
Don't forget to add **http\://** in "server" configuration of your `.goracle` file later.
{% endhint %}

```
cat algod.token
```

the result :&#x20;

**85a6891e0ea.................**

This is just example and now you can go to the next step to setup your goracle node.


---

# 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.strnan.top/mainnet/algorand/find-server-and-token.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.
