Skip to content

Commit

Permalink
update some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
martyndavies committed Feb 6, 2024
1 parent b1d98ee commit 387d808
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/tools/posthog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You will need:

- A [PostHog](https://posthog.com) account
- A personal API key.
- To know the geographic location of your PostHog account (either US or EU).
- The geographic location of your PostHog account (either US or EU).

## Authentication

Expand All @@ -23,18 +23,18 @@ To do this, open your PostHog account settings and click on _User > Personal API

![The Personal API Key section in PostHog](/img/tools/tools-posthog-personalapikey.png)

Click **Creare personal API key** and set up a new API key specifically for Superface.
Click **Create personal API key** and set up a new API key specifically for Superface.

Next, in Superface click on the config button for the PostHog tool.
Next, in Superface, click on the config button for the PostHog tool.

![The PostHog setup in Superface](/img/tools/tools-posthog-superfacesetup.png)

Set the `DOMAIN` field to either:
Set the `DOMAIN` field in the Parameters section to either:

- `app` if your PostHog account is using their US Cloud location
- `eu` if using their EU location

Then enter the API key that you created in the `Token` field.
Then enter the API key you created in the `Token` field.

Click on _Save Changes_ and the PostHog tool is ready to use.

Expand All @@ -46,7 +46,7 @@ Remember to re-import the schema in your GPT to update it with the new capabilit

## Project IDs in PostHog

Some of the capabilities that the PostHog tool offers require you to supply a `project_id`. You will be prompted to enter this in order to complete any tasks that require it. If you can't remember the project ID you can use the _"List Project IDs"_ prompt to see all the projects you have access to and their associated IDs.
Some of the capabilities the PostHog tool offers require you to supply a `project_id`. You will be prompted to enter this in order to complete any tasks that require it. If you can't remember the project ID you can use the _"List Project IDs"_ prompt to see all the projects you have access to and their associated IDs.

## Example prompts

Expand Down

0 comments on commit 387d808

Please sign in to comment.