Add Snorkel documentation to Cursor
Add the Snorkel documentation to Cursor to reference while you work. Follow these steps:
-
In the Cursor AI Pane, select @ Add context > Docs.
-
Scroll to the end of the list and select + Add new doc.
-
In the Add docs text field, enter the Snorkel docs URL:
https://docs.snorkel.ai/
-
Verify the details in the text fields:
- NAME: Enter
Snorkel
(or a name of your choice, likeSnorkel Docs
). - PREFIX: This should automatically populate with
https://docs.snorkel.ai/
. - ENTRYPOINT: This should also automatically populate with
https://docs.snorkel.ai/
. - SHARE WITH TEAM: Toggle this switch on if you wish to make this documentation source available to your team members within Cursor.
- NAME: Enter
-
Select Confirm.
-
Start adding Snorkel docs context directly to queries within Cursor by typing
@Snorkel
followed by your question. For example:- Example query:
@Snorkel How do I add a new benchmark?
Note that if you chose a different name for the docs, you should use that name instead (for example,
@Snorkel Docs
). - Example query:
You should now see chat responses in Cursor that draw on Snorkel's documentation, allowing for quick contextual access to information in your development environment.