> For the complete documentation index, see [llms.txt](https://docs.spadnext.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.spadnext.com/getting-started/common-tasks-and-issues/spad/online-services.md).

# Online Services

### Online Services Requirements

To be able to access the SPAD.neXt online services, the following requirements must be met:

* The time of your computer must not differ from World-Reference-Time.
* SPAD.neXt must be able to communicate with "<https://update.spadnext.net>". You can check if communication is working, by opening <https://update.spadnext.net/checkpage.html> in a browser. It should just state "Works"

### Online Services Restrictions

If your SPAD.neXt update subscription is expired, you can only access snippets and profiles that have been published before the expiration date. You not be able to publish any snippets/profiles or update your existing ones.

### "NOT\_AUTHORIZED" Error when publish a snippet/profile

Most likely your update subcription has expired or you are using an outdated version of SPAD.neXt which is no longer supported.

### "Online Services not available" when accssing Online Snippets

Please check the time synchronization on your computer.\
Due to heavy attacks to our services we had to increase the security, and requests with an invalid/outdated timestamp will be rejected.\
Your computer time most likely reports to differ from World Reference Time by more than 3 minutes.\
(Right click Windows Start icon -> Settings -> enter "time" -> Change Date/Time and make sure Synchronization is on)


---

# 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://docs.spadnext.com/getting-started/common-tasks-and-issues/spad/online-services.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.
