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

# Look up your own data

> Read records out of a tool you already use, so a row can be checked against your own systems before you act on it.

Look up your own data pulls a single record from a tool you already connected, using your own connection rather than a third party. Add it as a column and check a row against your own systems before you act on it.

<Frame caption="The Your data section of the Tools panel.">
  <img src="https://mintlify.s3.us-west-1.amazonaws.com/oneprofile/images/integrations/look-up-your-own-data.png" alt="The Your data section listing connected tools such as a CRM, each row offering to get a record type like user or contact, with a small per-row cost shown." />
</Frame>

## Add a lookup column

<Steps>
  <Step title="Open the Tools panel and find Your data">
    Every one of your connected integrations that supports fetching a single record appears here.
  </Step>

  <Step title="Pick what to fetch">
    Each row reads Get, followed by the record type, for example a contact or a user.
  </Step>

  <Step title="Choose how to match the row">
    Under **Look up by**, pick the field that identifies the record, such as an ID or an email address.
  </Step>
</Steps>

## What comes back

A lookup returns the whole record as one cell. Open it and give any field its own column once you know which ones you need.

## Good to know

<AccordionGroup>
  <Accordion title="Whose account does this use?">
    Your own. The lookup runs on the connection you set up, not a Oneprofile-held account, so it only sees what that connection can see.
  </Accordion>

  <Accordion title="Does looking up a record cost credits?">
    Yes, a small flat amount per row it successfully finds. A row where nothing is found, or a repeat of a lookup already run, is not charged.
  </Accordion>

  <Accordion title="What if I do not see the integration I want to look up?">
    Connect it first. **See all connections** on the Your data section opens the page where you add one.
  </Accordion>

  <Accordion title="Can I change what a lookup matches on later?">
    Yes. Reopen the column and change **Connection**, **Record type** or **Look up by** in its settings.
  </Accordion>
</AccordionGroup>

## Next steps

<CardGroup cols={2}>
  <Card title="The integration directory" icon="boxes" href="/integrations/the-integration-directory">
    Browse every tool Oneprofile can connect to.
  </Card>

  <Card title="Field columns" icon="type" href="/tables/columns/field-columns">
    See the other kinds of columns a table can hold.
  </Card>
</CardGroup>
