# Methods

Our next step would be to setup methods. Methods basically is constructing how the app is going to handle the user requests.&#x20;

Depending upon the type of the data source , e.g. Gen AI, Twilio data source, internal content etc., there are different operations that can be carried out.&#x20;

For instance, with Twilio Data source, the user might be able to make calls, send SMS etc., but with Gen AI data source, the user might be able to get response to queries in chat.&#x20;

Such different operations are termed as 'Request Types'.&#x20;


---

# 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.ixhello.com/ixhc/general/edit-custom-apps/methods.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.
