Setup
Connect to Stack Overflow for Teams
Installation Process for Stack Overflow for Teams
- Find out your team id from your team’s Display Settings in Admin Settings. The team URL will be of
the
form
https://stackoverflow.com/c/{TEAM_ID}
You will use it wherever you see TEAM_ID in this document. - Generate a personal access token in Stack Overflow.
a. Visit the Global account settings.
b. Click
Personal access tokens
. c. ClickCreate a new PAT
. d. Enter these values:PAT Description
: Glean Search CrawlerTeam Scope
: Select the team that matches theTEAM_ID
from Step 1.Expiration Date
: No expiration is recommended. Otherwise, you will need to regularly update the token.Enable write access
: Unchecked. e. ClickCreate
. f. Click on the code to copy the value.
- Enter the value into Glean by pasting the key in
Personal access token
text box. - Enter the
TEAM_ID
in the Team ID text box. - [Optional] If you prefer to crawl only questions with certain tags, add those tags as a semicolon
separated list to the
Greenlisted Tags
text box. Empty indicates all tags and is default behavior. Multiple tags will be ANDed together.