# API FOR Custom Fields

- [Introduction](https://docs.evitalrx.in/api-for-custom-fields/introduction.md)
- [Add Custom Fields](https://docs.evitalrx.in/api-for-custom-fields/add-custom-fields.md): To add user defined custom fields with attribute key and module
- [Update Custom Field](https://docs.evitalrx.in/api-for-custom-fields/update-custom-field.md): To update a particular custom field using the id.
- [Delete Custom Fields](https://docs.evitalrx.in/api-for-custom-fields/delete-custom-fields.md): To delete custom field using the id.
- [List Custom Fields](https://docs.evitalrx.in/api-for-custom-fields/list-custom-fields.md): To list the user defined custom fields.


---

# 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.evitalrx.in/api-for-custom-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.
