# Implementation

4DSKY utilises a generic directory service offered by [Neuron](https://www.neuron.world) (the Neuron explorer) that was produced to enable any server and client to connect with one another. However, 4DSKY is currently working on creating its own directory that is native to the ADEX framework to eliminate traffic congestion, and provide redundancy.\
\
Neuron's explorer includes:

1\.      The core directory service – with APIs for server/ client interactions

2\.      A synchronisation service – to synchronise the directory with other directories

3\.      A registration system – for adding servers/ clients to the directory

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

4. A device manager – for managing server/ client credentials

<figure><img src="/files/2QbRwjWpXmIflpiaqrxJ" alt=""><figcaption></figcaption></figure>

5. A visual map explorer – providing a view of all live servers/ clients

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


---

# 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.4dsky.com/adex-framework/implementation.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.
