Navigation for new users to assistant

i have a pinecone assistant. when i enter a new user an invitation email is sent. when the user responds to the invitation they create an account but they end up looking at the account interface, i would like them to end up looking at the assistant interface so they can start interacting it directly, without having to navigate first to the project then to the assistant. is there a way to do this, either within pinecone or by external scripting

Hi @bsabartbot,

Welcome to the Pinecone Forum and thanks for posting! A direct link to the Assistant interface is to use a deep link, like so: https://app.pinecone.io/organizations/-/projects/-/assistant/name-of-assistant.

That being said, we do not recommend provisioning Pinecone console access to your users if they are just interacting with the assistant. In its current state, this is not a best practice.

To provide your users with access, you can use the Assistant chat endpoint or context endpoint. Your users can then access it programmatically or through a front-end app.

For an example, see our Pinecone Assistant sample app.

Hope this helps. Please let me know if you have additional questions!

Best,
Lauren