> For the complete documentation index, see [llms.txt](https://madeindonesia.gitbook.io/mi-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://madeindonesia.gitbook.io/mi-guide/backend-things/helpers.md).

# HELPERS

### What Is Helpers ?

Helpers Is a set of functions that can be used repeatedly. for example you can make function helper to validate email, formating date, and so on.

### Where I can Get Helpers Function ?

you can get all function helper that we have made in here : <https://gitlab.com/b1380/helper> . Don't forget to login to your Gitlab account using the @madeindonesia account

### Can I Create my Own Helper Function ?

Absolutely Yes :thumbsup:, but don't forget to create your own branch using dev-{your-name} and push it to dev-stable

### What format Helpers will be accepted ?

Format Helpers will only accept formats that meet the following criteria

1. Must Be OOP
2. Clear and to the point
3. And made in general

### Can i See the Example ?

Yes, here you go\
![](/files/QqdmUsDQcrduPvl09P9O)<br>


---

# 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:

```
GET https://madeindonesia.gitbook.io/mi-guide/backend-things/helpers.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.
