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

# Address Book

> Manage trusted addresses and contacts for secure transactions

The address book helps you manage frequently used addresses, reducing errors and improving security by maintaining a list of verified, trusted contacts.

## Why Use an Address Book?

<CardGroup cols={2}>
  <Card title="Reduce Errors" icon="shield-check">
    Prevent costly mistakes by using verified addresses instead of manual entry
  </Card>

  <Card title="Improve Security" icon="lock">
    Detect potential address poisoning attacks by comparing against known good
    addresses
  </Card>

  <Card title="Streamline Operations" icon="bolt">
    Speed up transaction creation with quick address selection
  </Card>

  <Card title="Team Collaboration" icon="users">
    Share trusted addresses across your organization
  </Card>
</CardGroup>

## Contact Management Tasks

<CardGroup cols={3}>
  <Card title="Add New Contact" href="/configuration/address-book/add-contact">
    Add trusted addresses to your address book with verification
  </Card>

  <Card title="Edit Existing Contacts" href="/configuration/address-book/edit-contact">
    Modify contact information with admin approval
  </Card>

  <Card title="Delete Contacts" href="/configuration/address-book/delete-contact">
    Remove contacts from your address book
  </Card>
</CardGroup>

<Note>
  For help setting up address book policies that match your security
  requirements, contact [support@aeon.so](mailto:support@aeon.so).
</Note>
