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

# Editing a connection

> How to update a quote connector

When editing a connection, the admin client will call `Initialize` first, so that lists that depend on talking to a web service URL that is configured as part of the fields are more likely to work.

![05][img1]

When editing a connection, the connection values are loaded from the database and passed to the connector before the connection is used. This makes it possible to try to use the config values during the editing of the config values.

<Note>
  The connection is not initialized again until the connection is saved, so you will not get a live updating of lists as you edit each field.
</Note>

The connection values are stored in the SuperOffice database, not in the connector.

[img1]: /media/loc/en/api/tutorials/image005-3.jpg


## Related topics

- [Edit ERP connection](/en/erp/admin/update-connection.md)
- [Quote table](/en/database/tables/quote.md)
- [Save Connection](/en/api/reference/restful/agent/erpsync_agent/save-connection.md)
- [Test Connection](/en/api/reference/restful/agent/quote_agent/test-connection.md)
- [Delete Connection](/en/api/reference/restful/agent/quote_agent/delete-connection.md)
