> For the complete documentation index, see [llms.txt](https://aptivi.gitbook.io/aptivi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aptivi.gitbook.io/aptivi/nitrocid-ks-manual/project-dependencies.md).

# Credits

In order for Nitrocid KS to work properly, it uses a bunch of libraries for its core functionality and built-in shell applications. You can find the list of dependencies by going to [this link](https://github.com/Aptivi/NitrocidKS/network/dependencies).

{% hint style="info" %}
These dependencies can be used in your mods. If you can't seem to use them normally, explicitly install the appropriate version of the above dependencies as a NuGet package to your mod project. Please note that the versions for the above dependencies must be the same as the versions that Nitrocid uses.
{% endhint %}

In addition to these, we're crediting the following people for their work, and Nitrocid KS won't be complete without them:

<details>

<summary>Credits to...</summary>

<table><thead><tr><th width="244">Credit</th><th>For</th></tr></thead><tbody><tr><td>OpenWeatherMap</td><td><a href="https://openweathermap.org/api">Weather API</a></td></tr><tr><td>jonasjacek</td><td><a href="https://jonasjacek.github.io/colors/">Console color data</a></td></tr><tr><td>dwyl</td><td><a href="https://github.com/dwyl/english-words">Word list</a></td></tr><tr><td>ayu-theme</td><td><a href="https://github.com/ayu-theme">Ayu Theme</a></td></tr><tr><td>Ethan Schoonover</td><td><a href="https://ethanschoonover.com/solarized/">Solarized Theme</a></td></tr><tr><td>Fabian Neuschmidt</td><td><a href="https://github.com/fneu/breezy">Breezy Theme</a></td></tr><tr><td>TechRepublic</td><td><a href="https://www.techrepublic.com/rssfeeds/articles/">Articles RSS Feed URL</a></td></tr><tr><td>Aptivi</td><td><a href="https://github.com/Aptivi/NamesList">Name List</a></td></tr><tr><td>smashew</td><td><a href="https://github.com/smashew/NameDatabases">Name Database</a></td></tr><tr><td>VIM theme makers</td><td><a href="https://github.com/jaredgorski/SpaceCamp">SpaceCamp</a></td></tr><tr><td>...</td><td><a href="https://github.com/NLKNguyen/papercolor-theme">Papercolor</a></td></tr><tr><td>...</td><td><a href="https://github.com/savq/melange">Melange</a></td></tr><tr><td>...</td><td><a href="https://github.com/doums/darcula">Darcula</a></td></tr></tbody></table>

...and all contributors who helped us form Nitrocid KS!

</details>


---

# 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://aptivi.gitbook.io/aptivi/nitrocid-ks-manual/project-dependencies.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.
