> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://docs.clientexec.com/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# URL isn't working in email templates

​If your URL isn't working in email templates, please do the following;

1. Backup your database!
2. Go to **Settings > Utilities > SQL Tool** and enter the following command; 

```html
update setting set value='full url' where name='ClientExec URL';
```

3. Replace "full url" with your URL.