# Styling & Customization

## Landing Page

Customize the look and feel of the landing page of your knowledge base with the visual builder in the "Styling" tab of your KB. See the preview change in real-time on the left as you update your configuration.

You can customize:

* Header links
* Header logo
* Footer sections, with categories of links
* Social icons in footer
* Brand color
* Banner image
* Page properties like favicon (inherited from Brand Center) and HTML title

## Custom Domain

Within the General tab of your knowledge base settings, you can specify a custom domain for your knowledge base. Examples of a typical subdomain are `help.yourcompany.com` or `support.yourcompany.com`.

## Custom Code

Inject custom scripts from the Code page. For example, a script for Google Analytics to collect page views or a tracking pixel for collecting intent data from visitors.

## SEO

All public articles in your knowledge base will be automatically made SEO friendly and indexable by search engines and crawlers.&#x20;

You can also provide an OpenGraph image to use in social previews.


---

# 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/knowledge-base/styling-and-customization.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.
