> For the complete documentation index, see [llms.txt](https://guide.form.gov.sg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.form.gov.sg/user-guides/basic-guide/edit-form/header-and-instructions.md).

# Header and instructions

The Header and Instructions section <img src="/files/Ko7pPtrtFQPucLhJ6dNc" alt="" data-size="line"> allows you to customise what respondents see when they load your form.&#x20;

This includes how the form looks and instructions where your respondent will pay the most attention.

{% tabs %}
{% tab title="Video Tutorial" %}

### <img src="/files/L6aeyturpbmqLw0lGpTf" alt="" data-size="line"> Video Tutorial: Header and Instructions

{% embed url="<https://youtu.be/KEDYyJ5NtCI>" %}
{% endtab %}

{% tab title="Text Tutorial" %}

### <img src="/files/j6GutTRDRrofXv3qKMKQ" alt="" data-size="line"> Text Tutorial: **Header and Instructions**

**Click the "Create" tab** at the top of your form, and then **click the** <img src="/files/Ko7pPtrtFQPucLhJ6dNc" alt="" data-size="line"> **headers and instructions** logo on the left.&#x20;

<figure><img src="/files/eNRUXsYn5jc8PEWbdtkO" alt=""><figcaption></figcaption></figure>

**A - Logo** -> Choose logo (agency's default logo, no logo or custom logo)

<figure><img src="/files/D8RwSLGh9zN6FslSqQoJ" alt=""><figcaption></figcaption></figure>

**B - Theme colour**

<figure><img src="/files/w11dtOXSCTOCQUinz1pn" alt=""><figcaption></figcaption></figure>

**C - Time taken to complete form** -> You can share how long it takes to complete the form which can be useful for the respondents to know before they begin filling in the form.

<figure><img src="/files/n7HoJbOu7NWyQSC6QTz6" alt=""><figcaption></figcaption></figure>

**D - Instructions** -> You may put additional instructions/information here (e.g. privacy policy, website link).&#x20;

<figure><img src="/files/gAL5HgfMLeo4eZxTpG8t" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}


---

# 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://guide.form.gov.sg/user-guides/basic-guide/edit-form/header-and-instructions.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.
