# Update the FAQ, Privacy Policy, and Terms of Service

**URL:** https://meta.discourse.org/t/update-the-faq-privacy-policy-and-terms-of-service/18074
**Category:** Site Management
**Tags:** how-to, customization
**Created:** [25.Июль.2014 21:05:24 UTC](https://meta.discourse.org/t/update-the-faq-privacy-policy-and-terms-of-service/18074 "2014-07-25T21:05:24Z")
**Posts on this page:** 1
**Showing post:** 1

<div class="post-metadata">

### Author: ![Discourse](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/discourse/32/148734_2.png) [@Discourse](https://meta.discourse.org/u/Discourse)
#### Post date: [25.Июль.2014 21:05:24 UTC](https://meta.discourse.org/t/update-the-faq-privacy-policy-and-terms-of-service/18074/1 "2014-07-25T21:05:24Z")

</div>

> 🔖 This guide explains how to update the FAQ, Privacy Policy, and Terms of Service pages in Discourse.
> 
> 🙋 Required user level: Administrator

Updating the FAQ, Privacy Policy, and Terms of Service pages in Discourse can help ensure that your [community guidelines](https://meta.discourse.org/guidelines) and policies are up-to-date and reflect the current standards.

## Editing the FAQ, Privacy Policy, and Terms of Service Topics

The FAQ, Privacy Policy, and Terms of Service pages are each created as a topic where they can be directly edited and discussed.

![](https://global.discourse-cdn.com/meta/original/3X/5/f/5f071dc7b0f63e62ff9b85054d5a74e6c99689b9.png)

If you want to redirect these pages to external URLs, use the following site settings:

- `faq url`
- `privacy policy url`
- `tos url`

## Additional Information

### Changing Permalinks

You cannot currently change the routes `/faq` and `/tos`. It’s possible using a plugin, but not through built-in settings.

### Multiple Route Synonyms

There are multiple route synonyms for `/faq`:

```js
this.route("faq");
this.route("guidelines");
this.route("conduct");
this.route("rules");

```

Feel free to make hyperlinks using any of these synonyms.

> ℹ Note: If you set the `faq url` site setting to redirect `/faq` to an external URL, the `/guidelines`, `/rules`, and `/conduct` routes will still display the built-in guidelines topic rather than redirecting.

> Last edited by @SaraDev 2024-07-23T20:14:58Z
> 
> > **Check document**
> >
> > Perform check on document:

---

_[View the full topic](https://meta.discourse.org/t/update-the-faq-privacy-policy-and-terms-of-service/18074)._
