# Customer Portal

- [Overview](https://docs.usepylon.com/pylon-docs/customer-portal/overview.md): A dedicated place for customers to view and submit tickets.
- [Styling & Customization](https://docs.usepylon.com/pylon-docs/customer-portal/styling-and-customization.md): Customize the look and feel of your knowledge base
- [Access Control](https://docs.usepylon.com/pylon-docs/customer-portal/access-control.md): Control who gets access to the portal and what level of access they get
- [Portal Experience](https://docs.usepylon.com/pylon-docs/customer-portal/portal-experience.md): How the portal experience works for your customers
- [Custom Authentication](https://docs.usepylon.com/pylon-docs/customer-portal/custom-authentication.md): Add unified sign-in between the customer portal and your product dashboard


---

# 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.usepylon.com/pylon-docs/customer-portal.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.
