Know the account before the call
See what your own systems record about a customer, like active projects or usage, before you follow up on a deal.
Go Fig reads customer and usage records from your Azure SQL database so your brief shows what is happening in each account before you reach out.
This one is for your data team. They connect it once with a solutions engineer, and your brief can use it. Your data stays in your Azure SQL database. Go Fig reads it there and doesn't copy it into its own storage. The connection is read only, and we recommend a read-only user so nothing in the database can change. What your own systems know about a customer can then sit next to the deal you are working.
See what your own systems record about a customer, like active projects or usage, before you follow up on a deal.
Check how a customer has been using what they bought before you reach out about a renewal.
Follow a newly closed customer's first weeks from the records in your database, so onboarding doesn't stall quietly.
In Azure SQL, your data team creates a user for Go Fig and grants it permission to read only the tables and views it should see (it can look but never change anything).
Add Go Fig's server IP to the Azure SQL firewall. The connect form shows the address to allow. Without it, the connection cannot reach the database.
Add the server host (your-server.database.windows.net), database name, username, password, and port. Confirm the IP allowlist in the form.
Confirm Go Fig can see the tables you expect. From then on, Go Fig reads them in Azure SQL each time they are used.
No. This one is for your data team. They connect it once with a solutions engineer, and your brief can use it from then on.
Your data stays in your Azure SQL database. Go Fig reads it there and doesn't copy your tables into its own storage. So it can find the right table, it keeps field names, descriptions, and a few sample rows in its search index, as our security page explains.
Go Fig reads the data where it sits each time it is used, so it is as current as your database.
No. The connection is read only. We recommend giving Go Fig a read-only user too, so the database itself makes sure nothing can change.
The server host, database name, a username and password, the port (1433 by default), and a firewall rule that allowlists Go Fig's IP.
A solutions engineer connects it with you on the call. Then you see Go Fig work on your own data.