# For developers

{% hint style="info" %}
The for developers section within each feature gives more tech heavy information of configuring, extending or altering Valtimo via the codebase.
{% endhint %}

## Developer documentation

{% content-ref url="/pages/XLLCBEsWSjvhAljBMa53" %}
[Front-end access control](/v12/features/access-control/for-developers/frontend-access-control.md)
{% endcontent-ref %}

{% content-ref url="/pages/hs42duCN8EerywxRVG01" %}
[Creating a resource](/v12/features/access-control/for-developers/registering-a-resource.md)
{% endcontent-ref %}

{% content-ref url="/pages/oGSk7XDwoxC4HoKt2bQQ" %}
[Creating a relation to another resource](/v12/features/access-control/for-developers/create-relation-between-resources.md)
{% endcontent-ref %}

{% content-ref url="/pages/t3emCU2DLiq9NOKPrlh9" %}
[Running custom code without access control](/v12/features/access-control/for-developers/run-without-access-control.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://docs.valtimo.nl/v12/features/access-control/for-developers.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.
