# How to use this Template

- [Two ways to use the Template](https://enappd.gitbook.io/ionic-tinder-style-template/how-to-use-this-template-1/how-to-use-this-template.md): How can you use the elements of this template.
- [Modifying Code](https://enappd.gitbook.io/ionic-tinder-style-template/how-to-use-this-template-1/modifying-code.md): How to navigate and modify the code
- [Removing a Page](https://enappd.gitbook.io/ionic-tinder-style-template/how-to-use-this-template-1/removing-a-page-component.md)
- [Removing a plugin](https://enappd.gitbook.io/ionic-tinder-style-template/how-to-use-this-template-1/removing-a-plugin.md): How to remove an unwanted plugin from the Template
- [Integrating Back-end](https://enappd.gitbook.io/ionic-tinder-style-template/how-to-use-this-template-1/integrating-back-end.md)
- [Add More Features](https://enappd.gitbook.io/ionic-tinder-style-template/how-to-use-this-template-1/add-more-features.md): Check how you can add more features to this app package


---

# 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://enappd.gitbook.io/ionic-tinder-style-template/how-to-use-this-template-1.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.
