# Guides

### 4EVER Pin Dashboard

To get started, go ahead and [log in](https://dashboard.4everland.org/login) to your 4EVERLAND account, where you will see your account dashboard.

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

#### Selected CID or Bulk CIDs <a href="#upload-folders-and-files" id="upload-folders-and-files"></a>

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

#### Pin By CID

Click the 'Upload' button, select 'Selected CID', fill in the information and then select 'Search and Pin'.

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

#### Bulk CIDs Upload

You need to fill in the CIDs into a `.txt` file line by line and upload this file for parsing.Only the parsed CIDs can be searched and pinned.

Example file:

```Plaintext
1. QmaEZGiDrS7kDXMxbmpamrX1sPHZUM61a3YpjDoyaC3yfJ
2. QmTeRJXx623WwsoDk4371kh3JKCjoDcoWrqrhY9ekRasjE
3. QmUsQxC5bsgX53WhQ11DkxyB4uPYLEpdgmidFhGgUFK5aK
```

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

As shown, when you click on 'Search and Pin', only 475 parsed CIDs will be submitted. You can view the CID details by clicking on 'View List'.

<figure><img src="/files/9vLHpwW9nfpHBhicaN3S" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
If you have any questions, please join our [Discord server](https://discord.com/invite/Cun2VpsdjF), or send us an email at <contact@4everland.org>.
{% 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.4everland.org/storage/4ever-pin/guides.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.
