> For the complete documentation index, see [llms.txt](https://docs.fluxpoint.dev/home/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fluxpoint.dev/home/developer-tools/c-libraries.md).

# C# Libraries

{% hint style="info" %}
All packages are available using [https://nuget.org](https://www.nuget.org)\
You can install these in any dev environment such as Visual Studio!

\ <img src="/files/iBCpAoS1lZaEA0XLKTQY" alt="" data-size="original">
{% endhint %}

<table data-card-size="large" data-view="cards"><thead><tr><th align="center"></th><th></th><th></th></tr></thead><tbody><tr><td align="center"><strong>RevoltSharp</strong></td><td>Client for Revolt Chat to connect using websocket for events and API commands.</td><td><a href="https://rvlt.gg/N33Rf6DE">Revolt Server</a> | <a href="https://github.com/FluxpointDev/RevoltSharp">GitHub</a></td></tr><tr><td align="center"><strong>fluxpoint-sharp</strong></td><td>Client for the Fluxpoint API with random anime images and image generation</td><td><a href="https://fluxpoint.dev/api">https://fluxpoint.dev/api</a></td></tr></tbody></table>

<table data-view="cards"><thead><tr><th align="center"></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td align="center"><strong>AuthentikSharp</strong></td><td>Client for Authentik to get information and manage user accounts.</td><td><a href="https://goauthentik.io/">https://goauthentik.io</a></td><td><a href="https://github.com/FluxpointDev/AuthentikSharp">https://github.com/FluxpointDev/AuthentikSharp</a></td></tr><tr><td align="center"><strong>PortainerSharp</strong></td><td>Client for Portainer to get docker info and manage services</td><td><a href="https://www.portainer.io/">https://portainer.io</a></td><td><a href="https://github.com/FluxpointDev/PortainerSharp">https://github.com/FluxpointDev/PortainerSharp</a></td></tr><tr><td align="center"><strong>PrivateBinSharp</strong></td><td>Client for PrivateBin to create pastes with optional password protection.</td><td><a href="https://github.com/FluxpointDev/PrivateBinSharp">GitHub</a></td><td></td></tr><tr><td align="center"><strong>NekoApiSharp</strong></td><td>Client for <a href="https://nekobot.xyz">nekobot.xyz</a> to get random anime images.</td><td><a href="https://github.com/xXBuilderBXx/NekoApiSharp">GitHub</a></td><td></td></tr><tr><td align="center"><strong>BotListAPI</strong></td><td>Client for <a href="https://botblock.org">botblock.org</a> to post Discord bot server stats to botlist websites.</td><td><a href="https://github.com/botblock/BotListAPI">GitHub</a></td><td></td></tr></tbody></table>


---

# 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.fluxpoint.dev/home/developer-tools/c-libraries.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.
