> For the complete documentation index, see [llms.txt](https://metfone.gitbook.io/sis-guidelines-system-admin/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://metfone.gitbook.io/sis-guidelines-system-admin/data-dictionary/general-data/ethnic.md).

# Ethnic

1. Users log in to the SIS website with the Super admin account.
2. On the menu bar, select the Data Dictionary => Ethnic function to display the Ethnic screen.

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

* At the Ethnic screen, users can search, add new, edit, and delete Ethnic.

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

**Add new Ethnic** &#x20;

1. To add a new Ethnic, users click the Add new button to display the Add new Ethnic popup.

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

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

2. Enter Ethnic information

* The user enters valid information into the Ethnic ID and Ethnic textboxes.
* After entering all information, the user clicks on the "Save" button to save the newly created information. The newly created Ethnic information is displayed on the Ethnic screen.

Note:

* Fields marked with "\*" cannot be left blank.

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

* Do not enter an existing Ethnic ID. If the entered ID already exists, the system will display a message: "This ID already exist, please try another."

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

**Edit Ethnic**&#x20;

1. To edit Ethnic information, users need to click on the "Edit" icon, then the Edit Ethnic popup will appear with full information of that Ethnic.

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

<figure><img src="/files/9jyajICpEvhfmFUAIRUS" alt=""><figcaption></figcaption></figure>

2. Make edits to Ethnic information. After editing, click the "Save" button to save the newly edited information.

Note:

* Fields marked with "\*" cannot be left blank.

<figure><img src="/files/2v6CCDUp4gHqEIPJhvB3" alt=""><figcaption></figcaption></figure>

* Do not enter an existing Ethnic ID. If the entered ID already exists, the system will display a message: "This ID already exist, please try another."

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

**Delete Ethnic**&#x20;

1. To delete Ethnic on the Ethnic screen, users click the "Delete" icon.
2. Clicking on the "Delete" icon will display the Delete Ethnic popup.

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

3. To confirm deletion, the user clicks on the "Delete" button. Successful deletion will display the message "Delete Successfully"

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

4. To close the delete popup, the user clicks the "Cancel" button.


---

# 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://metfone.gitbook.io/sis-guidelines-system-admin/data-dictionary/general-data/ethnic.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.
