# Fields

## Fields

1. This module is directly related to the "Forms" module in the admin panel.
2. Any fields in the candidate signup or profile form added manually by you will be reflected here for modification.
3. You can add a new field and use it in the "Forms" module when adding a new field in the form by selecting an option to choose an existing field.

Here's the tutorial video followed by detailed steps:

{% embed url="<https://youtu.be/b6VNP-WksrM>" %}

### Steps to add a field

1. Click on the "Add" button from the top right of the page.<br>

   <figure><img src="/files/AKtqGPnJO6hmppBpA77P" alt=""><figcaption><p>Add Field</p></figcaption></figure>
2. Enter the display name, placeholder and field type&#x20;
3. Select the required and editable checkbox as per your requirement.
4. Click on the add button from the bottom of the page.
5. The field will be added to the system and can be used in the form by selecting an existing field option while adding a field.

### Modify Field

<figure><img src="/files/roKRqw7lcMXaNz7v4Mb8" alt=""><figcaption><p>Edit Field</p></figcaption></figure>

1. Click on the edit icon from the action column a sidebar will open as shown below image.<br>

   <figure><img src="/files/DMQwexRCkVpcmd2MMfxb" alt=""><figcaption><p>Edit Field</p></figcaption></figure>
2. Update the Label and Placeholder.
3. Click "Update" and your field is updated!!


---

# 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.arthajobboard.com/admin/manage-portal/fields.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.
