> For the complete documentation index, see [llms.txt](https://hyperdust-foundation.gitbook.io/docs-and-guides/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hyperdust-foundation.gitbook.io/docs-and-guides/faq/about-network-access.md).

# About network access

#### 1.What to do if there is an accidental exit during the operation?

If you accidentally exit within the login time, you can refresh the webpage, click the application again, and log in again.

#### 2.What to do if there is a network interruption during access?

If the following prompt appears, it is due to an error in the visitor's network status causing a service interruption. However, the network protocol will not be interrupted, so there will be no refund of $HYPT.You can refresh the page to re-enter.

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

#### 3.What to do when notified that Epoch is about to end?

If you are currently in editing mode and receive this notification, please save the content you are editing as soon as possible. After the time expires, repurchase the Epoch service.

<figure><img src="https://hyperdust-foundation.gitbook.io/~gitbook/image?url=https%3A%2F%2Fcontent.gitbook.com%2Fcontent%2FQKOLPD4ViKheRmnU59nx%2Fblobs%2FpVpvLF9v4SaRDoxyL67w%2F%25E5%25BE%25AE%25E4%25BF%25A1%25E5%259B%25BE%25E7%2589%2587_20240205154044_%25E5%2589%25AF%25E6%259C%25AC.png&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=c0fb37772a35c757498c707714b239533b5652ba56aca87d5b25ec27e8ce62a7" alt=""><figcaption></figcaption></figure>

#### 4. What should I do if the allocated time is used up? <a href="#id-4.-what-should-i-do-if-the-allocated-time-is-used-up" id="id-4.-what-should-i-do-if-the-allocated-time-is-used-up"></a>

You can go back to the HyperAGI homepage and repurchase Epoch services.

<figure><img src="https://hyperdust-foundation.gitbook.io/~gitbook/image?url=https%3A%2F%2Fcontent.gitbook.com%2Fcontent%2FQKOLPD4ViKheRmnU59nx%2Fblobs%2FwekFLYcTplEwfP7xWqti%2Fimage%2520%283%29.png&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=b155ff3dbdc02f4ee136f7e5ce6e04fc1ccd6f427bcdd68a4b82c33b7bd4d0fa" alt=""><figcaption></figcaption></figure>

####


---

# 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://hyperdust-foundation.gitbook.io/docs-and-guides/faq/about-network-access.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.
