> ## Documentation Index
> Fetch the complete documentation index at: https://docs.convocore.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Configure Agency Footer

The footer section of your agency dashboard plays a crucial role in providing essential information and links to your clients. Customizing this area helps reinforce your brand and ensures clients have easy access to important resources.

<Frame>
  <img src="https://mintcdn.com/convocore/h_96SLAvmHo1k2ly/images/agency-footer-tab.png?fit=max&auto=format&n=h_96SLAvmHo1k2ly&q=85&s=91812d8640b1d5a741bee966eee70c36" alt="Agency Footer Settings" width="747" height="457" data-path="images/agency-footer-tab.png" />
</Frame>

## Footer Customization Options

Navigate to the Footer tab in your agency settings to configure the following elements:

<Steps>
  <Step title="Main Website">
    <CodeGroup>
      ```plaintext theme={null}
      Field: Main Website
      Description: Links to your main agency website/landing page.
      ```
    </CodeGroup>

    Input the URL of your agency's primary website or landing page. This provides a direct link for clients to learn more about your services.
  </Step>

  <Step title="Support Email">
    <CodeGroup>
      ```plaintext theme={null}
      Field: Support Email
      Description: This email will receive any inquiries from your clients and will be shown on the dashboard.
      ```
    </CodeGroup>

    Enter the email address dedicated to client support. This email will be displayed on the dashboard and serve as the primary contact point for client inquiries.
  </Step>

  <Step title="Terms of Service">
    <CodeGroup>
      ```plaintext theme={null}
      Field: Terms of Service
      Description: Links to the terms of service of your agency services.
      ```
    </CodeGroup>

    Provide the URL to your agency's terms of service document. This ensures clients have easy access to important legal information regarding your services.
  </Step>

  <Step title="Privacy Policy">
    <CodeGroup>
      ```plaintext theme={null}
      Field: Privacy Policy
      Description: Links to the privacy policy of your agency services.
      ```
    </CodeGroup>

    Input the URL to your agency's privacy policy. This helps maintain transparency and compliance with data protection regulations.
  </Step>
</Steps>

<Tip>
  Ensure all URLs are valid and up-to-date. Consider using your custom domain for these links to maintain brand consistency.
</Tip>

## Best Practices

To make the most of your agency footer:

<CardGroup cols={2}>
  <Card title="Keep Information Current" icon="rotate">
    Regularly review and update the links and email addresses to ensure they remain accurate.
  </Card>

  <Card title="Brand Consistency" icon="palette">
    Use URLs that reflect your agency's branding, preferably on your custom domain.
  </Card>

  <Card title="Accessibility" icon="universal-access">
    Ensure that linked documents (Terms of Service, Privacy Policy) are easily readable and accessible.
  </Card>

  <Card title="Support Availability" icon="headset">
    Consider including support hours or response time expectations alongside the support email.
  </Card>
</CardGroup>

<Note>
  **Remember:** The footer appears across all pages of your client dashboard.
</Note>
