# Fries Library Documentation

{% hint style="warning" %}
This plugin can be frequently updated and change the way it works. Only update if you are aware of the risks, I recommend creating a new project with the updated version and checking the changes, if it's okay do the upgrade on the projects you want.
{% endhint %}

{% hint style="danger" %}
This page is being updated to correspond to the new version 1.5v of Fries Library.\
For any questions during this period, please contact us via our Official Discord:\
<https://discord.gg/arAwZzuhvd>
{% endhint %}

## Getting Start with Blueprints

{% content-ref url="/pages/ofm5kaDu425wYAx4Y51O" %}
[Getting Start](/fries-library/overview/getting-start.md)
{% endcontent-ref %}

{% content-ref url="/pages/j7G1oagXQAZbqlrKPyt2" %}
[Blueprint Nodes](/fries-library/overview/blueprint-nodes.md)
{% endcontent-ref %}

## Using in C++

We've put together some helpful guides for you to get setup with our product quickly and easily.

{% content-ref url="/pages/9apP7XsXIPOGXOawytvR" %}
[Getting Start with C++](/fries-library/c++/getting-start-with-c++.md)
{% endcontent-ref %}

{% content-ref url="/pages/YO6u1bSBkZSslVxWc71c" %}
[Custom Improvements](/fries-library/c++/custom-improvements.md)
{% endcontent-ref %}


---

# 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://frytinhass-organization.gitbook.io/fries-library/fries-library-documentation.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.
