# Startup Pack Features

- [Wordpress](https://enappd-apps.gitbook.io/apps/ionic-4-full-app/startup-features/wordpress.md): Use Wordpress APIs to fetch your posts, tags, categories, comments etc
- [Wordpress JSON API Basics](https://enappd-apps.gitbook.io/apps/ionic-4-full-app/startup-features/wordpress/wordpress-json-api-basics.md): Use Wordpress APIs to fetch your posts, tags, categories, comments etc
- [Wordpress in Ionic 5 Full App](https://enappd-apps.gitbook.io/apps/ionic-4-full-app/startup-features/wordpress/wordpress-in-ionic-4-full-app.md): Integration of Wordpress JSON API in Ionic 5 Full App
- [Translation - Multi-language](https://enappd-apps.gitbook.io/apps/ionic-4-full-app/startup-features/translation-multi-language.md): Read how to translate your Ionic 4 app text into multiple language
- [Using Custom Fonts](https://enappd-apps.gitbook.io/apps/ionic-4-full-app/startup-features/using-custom-fonts.md): Using custom fonts is very easy and straight-forward in Ionic 4 apps. There are two ways it can be done
- [Infinite scroll](https://enappd-apps.gitbook.io/apps/ionic-4-full-app/startup-features/infinite-scroll.md)
- [Content Loaders](https://enappd-apps.gitbook.io/apps/ionic-4-full-app/startup-features/content-loaders.md): When the API response takes time, you want to show a content loader that matches your content UI, just like Facebook feed
- [Pull to refresh](https://enappd-apps.gitbook.io/apps/ionic-4-full-app/startup-features/pull-to-refresh.md)
- [List re-ordering](https://enappd-apps.gitbook.io/apps/ionic-4-full-app/startup-features/list-re-ordering.md): Easily create lists with drag-and-drop functionality to reorders items
- [Date Pickers](https://enappd-apps.gitbook.io/apps/ionic-4-full-app/startup-features/date-pickers.md): This document will be updated soon


---

# 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-apps.gitbook.io/apps/ionic-4-full-app/startup-features.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.
