# Linebender graphics wiki

{% hint style="info" %}
This wiki is now **archived**. You should instead visit the [Linebender wiki](https://linebender.org/wiki/) at <https://linebender.org/wiki>
{% endhint %}

> \[!IMPORTANT]\
> This wiki has been archived. Its content is maintained for posterity.
>
> The [Linebender wiki](https://linebender.org/wiki/) at <https://linebender.org/wiki> has the updated content.
>
> To contribute to that wiki, open a PR on [its repository](https://github.com/linebender/linebender.github.io).

Right now this is just an experiment to see if gitbook wiki structure will work well for 2D graphics related knowledge. The Linebender project has a lot of graphics-related subprojects, encompassing curves, text layout, and and experimental GPU-based renderer.


---

# 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://linebender.gitbook.io/linebender-graphics-wiki/readme.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.
