> For the complete documentation index, see [llms.txt](https://metabolism.gitbook.io/symfony-wordpress-bundle/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://metabolism.gitbook.io/symfony-wordpress-bundle/reference/service.md).

# Service

Your application is *full* of useful objects: a "Mailer" object might help you send emails while another object might help you save things to the database. Almost *everything* that your app "does" is actually done by one of these objects. And each time you install a new bundle, you get access to even more!

In Symfony, these useful objects are called **services** and each service lives inside a very special object called the **service container**. The container allows you to centralize the way objects are constructed. It makes your life easier, promotes a strong architecture and is super fast!

The Wordpress Bundle provides two new services :

{% content-ref url="/pages/nEbRzbKHEKwnmau4odou" %}
[PaginationService](/symfony-wordpress-bundle/reference/service/paginationservice.md)
{% endcontent-ref %}

{% content-ref url="/pages/iDhPZfZUx09sYBhIjIQy" %}
[BreacrumbService](/symfony-wordpress-bundle/reference/service/breacrumbservice.md)
{% endcontent-ref %}
