# Introduction

## Introduction to the introduction

Welcome to the documentation for Digital Sky Dark Matter. For reference docs, `Object#method` if there is a `#`, you can assume whatever after it is a method. For `Object.property` you can assume what comes after the `.` is a property. There might potentially be chaining such as `Object.property#method` where .property might return another Object (refer to the concept of OOP programming. It is 100% fine if you do not know programming in any way shape or form or have no experience with OOP).

{% hint style="success" %}
If you see this above a section, it serves as a hint or some advice
{% endhint %}

{% hint style="warning" %}
If you see this above a section, this means you should exercise caution in what ever you do. You should read this warning in it's entirety and ensure you understand it before you continue.
{% endhint %}

{% hint style="danger" %}
If you see this, **Do not read further until you have read this warning in entirety. Failure to do so can result in loss of work, corruption of data, and other unintended consequences.**
{% 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://dark-matter-docs.gitbook.io/darkmatter/getting-started/intro.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.
