# 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/gR9VpEfshcUdR42StvMJ" %}
[Search fields API](/features/case/for-developers/configuring-search-fields.md)
{% endcontent-ref %}

{% content-ref url="/pages/ZtBS2YhJIbAqTGWNRZWy" %}
[Case list tab order](/features/case/for-developers/customizing-case-list-tabs.md)
{% endcontent-ref %}

{% content-ref url="/pages/rihZpz9OvdepJB6Maa4D" %}
[Custom case list columns](/features/case/for-developers/custom-case-list-columns.md)
{% endcontent-ref %}

{% content-ref url="/pages/6cfKkrhNknKDXBztdEJe" %}
[Custom case tabs](/features/case/for-developers/case-tabs.md)
{% endcontent-ref %}

{% content-ref url="/pages/nmByVtfSYRZTLN3eEFbu" %}
[Case migration](/features/case/for-developers/case-migration.md)
{% endcontent-ref %}

{% content-ref url="/pages/f50sgmuMznAOVEwE9UHF" %}
[Custom case headers](/features/case/for-developers/custom-case-headers.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/features/case/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.
