> For the complete documentation index, see [llms.txt](https://jmdash.gitbook.io/jmdash-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jmdash.gitbook.io/jmdash-docs/design-documents/initial-design-of-libraries-document.md).

# Initial Design of Libraries Document

The [Initial Design of Libraries Document](https://github.com/MaxWasTakenYT/JMDash/blob/main/.gitignore/Initial%20Design%20of%20Libraries%20Document.txt) (or **IDoLD**, for short) is a *messy* document published by **jstmax!** in [JM-'s Official GitHub repository](https://github.com/JMDash-Devs/JMDash), detailing about how the\
"[other libraries](/jmdash-docs/jmbasics/syntax101/calling-functions/built-in-functions.md)" will work in **JM-**'s *initial* release.

The **IDoLD** can also be referred to as the **second** part of the [IDD](/jmdash-docs/design-documents/initdesidocu.md).

Below there are the first introductive lines of the **IDoLD**

<pre data-line-numbers><code><strong>/* Initial Design of Libraries Document - 20/08/2024
</strong>{ jstmax! } @ { 62 69 74 2E 6C 79 2F 6D 78 5F 69 6E 66 6F }

In the IDoLD we'll discuss the '.frnw', '.jmath' and '.jtime'
This document should be considerable as the second part of the Initial Design for JM- (or JMDash) Document.

First thing: Let's include the libraries/header files we're gonna use
As i already have mentioned in the IDD, you can include libraries/header files using '#incd' */

#incd .frnw &#x26;&#x26; .jmath &#x26;&#x26; .jtime

/* As you can see we can use JM-'s logical operators in #incd to include multiple libraries in a single line.
</code></pre>


---

# 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://jmdash.gitbook.io/jmdash-docs/design-documents/initial-design-of-libraries-document.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.
