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

# Why can't others open my shared link?

> Shared links usually fail for others when project visibility is private.

export const AiAgents = ({path}) => <Tip>
    <b>AI agents</b>: This page is available as <a href={path + '.md'}>markdown</a>. See also the <a href="/llms.txt">docs index</a> and <a href="/llms-full.txt">full docs</a>.
  </Tip>;

<AiAgents path="/answers/private-link-not-working" />

The most common reason is project visibility.

If the project is private, non-owners cannot access shared issue or paper links.

Fix:

1. Open project configuration.
2. Switch visibility to public.
3. Re-share the link.

If you need to keep it private, invite others through your own internal process instead of public links.
