# Public help API and assistant tools Source: https://help.remy.ubuntusoftware.net/en/developer Product: Remy Sport Reviewed: 2026-09-09 Environment: production; current application data requires the API. Retrieve Remy Sport documentation through a public catalogue, Markdown exports and a read-only assistant connection. ## Read the documentation programmatically [#read-the-documentation-programmatically] This API serves help content only. It has no access to accounts, live scores, team administration or broadcast controls. No API key is needed. * Download the [OpenAPI schema](/openapi.json). * Fetch the [guide catalogue](/help-index.json) for page and Markdown URLs by language. * Fetch [all guide text](/llms-full.txt), or choose individual Markdown URLs from the catalogue. * Browse the API reference in the sidebar and use its request playground. Requests go to this help site and only read public documentation. ## Example [#example] ```js const catalog = await fetch('/help-index.json').then(response => response.json()); const guide = catalog.pages.find(page => page.locale === 'en' && page.url.endsWith('/sign-in')); const markdown = await fetch(guide.markdown).then(response => response.text()); ``` ## Assistant connection [#assistant-connection] The local tools service provides read-only MCP access to this same documentation. It can search and read guides, but it cannot change content or inspect an account. The project README documents the local connection command and address. ## Version and scope [#version-and-scope] The retrieval schema is version 1.0.0. Additive catalogue fields may appear; clients should ignore fields they do not need. All local-preview pages remain noindex and use a reserved canonical hostname until publication is configured. # Following a game in Remy Sport Source: https://help.remy.ubuntusoftware.net/en/following-a-game Product: Remy Sport Reviewed: 2026-09-09 Environment: production; current application data requires the API. Find an event, open its Games list, inspect a game's details, and follow teams in Remy Sport. Start with the event you want to explore, then choose a game from its Games list. ## Find a game [#find-a-game] 1. Open Remy Sport and find an event. 2. Open the event and select **Games**. 3. Select a game to view its details. Information and available actions depend on the game's state and your permissions. Watching or opening a game does not give you permission to edit it or broadcast. ## Follow a team [#follow-a-team] Open a team's page to use its follow control. Sign in when the app asks you to. Following a team is separate from granting notification permission to your browser. ## Get updates [#get-updates] Read [notifications and team follows](/en/notifications) to choose how you receive updates. If you need to sign in first, use the [email-code guide](/en/sign-in). # Reading Remy Sport help with an AI assistant Source: https://help.remy.ubuntusoftware.net/en/for-assistants Product: Remy Sport Reviewed: 2026-09-09 Environment: production; current application data requires the API. Find concise Markdown guides for Remy Sport, cite their source pages, and distinguish documented behavior from live account data. These guides explain how to use Remy Sport. They contain no live scores, account records or private team information. The current site is a local documentation preview reviewed on 9 September 2026, not evidence of a published product release. ## Read Markdown [#read-markdown] Use the [documentation index](/llms.txt) to choose a guide or read the [complete guide text](/llms-full.txt). Append `.md` to a page path to read its Markdown form; the home page is available at [English home Markdown](/en.md). The page's **Copy Markdown** and **Open** controls provide direct access too. This static site provides explicit Markdown URLs. Requesting HTML with an `Accept: text/markdown` header does not select a different representation here. The local companion service also provides read-only MCP access. See the [developer guide](/en/developer). It retrieves the same documentation and has no access to accounts or live scores. This site does not run a built-in AI chat. ## Choose the right guide [#choose-the-right-guide] | Question | Guide | | ---------------------------------------------------- | ------------------------------------------- | | How do I sign in or use an email code? | [Signing in](/en/sign-in) | | Where do I find games or follow a team? | [Following a game](/en/following-a-game) | | Why am I not getting notifications? | [Notifications](/en/notifications) | | How do I install it, or why does a link open Safari? | [Phone and installation guide](/en/install) | ## Answer from the available evidence [#answer-from-the-available-evidence] Cite the relevant guide when describing a documented workflow. Ask the user to check their app when an answer depends on their account, permissions or live data. Do not infer an API contract, a broadcast permission or an announced feature from these guides. Never request a sign-in code from the user. # Remy Sport help Source: https://help.remy.ubuntusoftware.net/en Product: Remy Sport Reviewed: 2026-09-09 Environment: production; current application data requires the API. Learn how Remy Sport helps you find sports events, teams and games, sign in, and manage your notifications. Remy Sport helps people explore sports events, teams and games. Use the guides below to get started, find a game or manage your account. ## Choose your next task [#choose-your-next-task] * [Start with your role](/en/start-here): spectator, player or organiser. * [Troubleshoot notifications and installation](/en/troubleshooting). * [Help release notes](/en/news). ## Get started [#get-started] * [Sign in with an email code](/en/sign-in). You do not need a password. * [Find an event and follow a game](/en/following-a-game). Explore teams, games and their details. * [Use Remy Sport on your phone](/en/install). Learn about installation and browser differences. ## Stay in control [#stay-in-control] * [Manage team follows and notifications](/en/notifications). Following a team and allowing browser notifications are separate choices. * [Read these guides with an AI assistant](/en/for-assistants). Each page is also available as Markdown. ## About these guides [#about-these-guides] These English guides were reviewed against the current app source on 9 September 2026\. This site is a local documentation preview, not a published product release. The actions you can take in the app depend on your account's permissions. # Using Remy Sport on your phone Source: https://help.remy.ubuntusoftware.net/en/install Product: Remy Sport Reviewed: 2026-09-09 Environment: production; current application data requires the API. Use Remy Sport in a browser or install its web app, and understand why some iPhone links still open in Safari. You can use Remy Sport in your browser. When installation is available, the app offers guidance for adding it to your device. The installation experience depends on your browser and operating system. ## Install the web app [#install-the-web-app] Open Remy Sport in your browser and use the install option when it is offered. Follow the browser's instructions, then open the installed app from your device. The install option may take a moment to appear, or may be absent if the browser does not support installation or the app is already installed. ## Device differences [#device-differences] ### iPhone and iPad [#iphone-and-ipad] Open the app’s installation guidance in a supported browser and follow the steps shown for your device. After installation, use its home-screen icon. ### Android [#android] Use the install option offered by your browser or the app. If it is absent, you can continue in the browser; it may also mean the app is already installed. ### Desktop [#desktop] A supported browser may offer installation. Remy Sport also works in a normal browser window without installation. ## Why does an iPhone link open in Safari? [#why-does-an-iphone-link-open-in-safari] An ordinary external link can open in Safari even when the web app is installed. Installing the web app does not guarantee that links from email or another app will open its installed window. You can open Remy Sport from its home-screen icon. ## Notifications and sign-in [#notifications-and-sign-in] Installation and permission to send notifications are separate. Read [notification settings](/en/notifications) to check your device's status. Use the [email-code sign-in guide](/en/sign-in) when the app asks you to sign in. # Help updates Source: https://help.remy.ubuntusoftware.net/en/news Product: Remy Sport Reviewed: 2026-09-09 Environment: production; current application data requires the API. Read dated changes to the Remy Sport help system, with release notes and a feed you can follow in an RSS reader. ## Local help preview — 9 September 2026 [#local-help-preview--9-september-2026] [Read the release note](/en/news/local-help-preview) for the first local help system and its verified scope. This is a documentation update, not an app release. Browse the [news archive](/en/updates), [topics](/en/updates/tags), or subscribe with the [RSS feed](/rss.xml). Copy the feed URL into your RSS reader when the help site has a reachable hostname; remote readers cannot reach this local preview. # A local home for Remy Sport help Source: https://help.remy.ubuntusoftware.net/en/news/local-help-preview Product: Remy Sport Reviewed: 2026-09-09 Environment: production; current application data requires the API. The first local help preview brings searchable guides, Markdown exports and a live authoring loop in an independent package. ## What is available [#what-is-available] The local help preview provides guides for sign-in, finding games, team follows, notifications and installation. It includes full-text search, explicit Markdown exports, a sitemap and generated social images. The help package has its own dependencies and build. Authors can keep the Vite server running while editing content and see their browser update. ## Release scope [#release-scope] This note records a local documentation milestone. It does not announce a new Remy Sport app release or promise public availability. The preview remains noindex. Thai and Japanese translations are local drafts awaiting human language review. [Start reading the guides](/en/start-here). # Notifications and team follows Source: https://help.remy.ubuntusoftware.net/en/notifications Product: Remy Sport Reviewed: 2026-09-09 Environment: production; current application data requires the API. Understand team follows, browser notification permission and notification preferences in Remy Sport. To receive browser notifications, you need both the relevant app preferences and permission from your browser. Following a team alone does not grant that permission. ## Follow a team [#follow-a-team] Open the team's page and use its follow control. [Sign in](/en/sign-in) if prompted. Your notification preferences let you control which kinds of updates you receive. ## Manage browser notifications [#manage-browser-notifications] Open the **Signed-in devices** page after signing in. Its notification settings show whether this browser can receive notifications and let you manage preferences. Allow notifications when the browser prompts you if you want to receive them. If the browser has blocked notifications, change the permission in its site settings. An app preference cannot override a browser-level block. Some browsers require you to [install the app](/en/install) before they support notifications. ## If notifications do not arrive [#if-notifications-do-not-arrive] Check the browser permission, the relevant team follow and the notification preferences. Also check that you are signed in on the device you expect to use. Receiving an email sign-in code does not prove browser notifications are enabled. See [following a game](/en/following-a-game) for the difference between viewing a game and following a team. # Signing in to Remy Sport Source: https://help.remy.ubuntusoftware.net/en/sign-in Product: Remy Sport Reviewed: 2026-09-09 Environment: production; current application data requires the API. Sign in to Remy Sport with a six-digit email code, create your first account, and manage signed-in devices. Remy Sport uses an email code instead of a password. Signing in with a new email address also creates an account; extra team or organisation permissions are separate. ## Sign in with an email code [#sign-in-with-an-email-code] 1. Select **Sign in** in Remy Sport. 2. Enter an email address you can access and request a code. 3. Open the sign-in email and enter its six-digit code in the app. 4. The app attempts to sign you in when the sixth digit is entered. Your phone may offer to fill the code automatically. You can always enter it yourself. Keep the code private; a support request should never include it. ## If the code does not work [#if-the-code-does-not-work] Check that you entered the intended email address and the code from your latest sign-in email. Follow the error shown by the app. Check your spam folder if the message has not arrived. ## Review signed-in devices [#review-signed-in-devices] The **Signed-in devices** page shows your sessions. You can end another session or sign out other devices. This is useful if you no longer use a device. Next: [find a game](/en/following-a-game) or [manage notifications](/en/notifications). # Start with your role Source: https://help.remy.ubuntusoftware.net/en/start-here Product: Remy Sport Reviewed: 2026-09-09 Environment: production; current application data requires the API. Choose a Remy Sport starting point for spectators, players or organisers, then follow the guides for your next task. ## Spectators and supporters [#spectators-and-supporters] [Find a game](/en/following-a-game) Open an event and explore its Games list. [Follow your team](/en/notifications) Understand team follows and notification permission. ## Players [#players] Sign in on your own device and explore your team and game information. Your account’s permissions determine which actions appear; being a player does not by itself grant editing or broadcasting access. ### Sign in [#sign-in] Use the [email-code guide](/en/sign-in). Never share the code. ### Find the event and game [#find-the-event-and-game] Use [Games inside an event](/en/following-a-game) to view available details. ### Set up your device [#set-up-your-device] Review [installation](/en/install) and [notifications](/en/notifications). ## Organisers [#organisers] Start with the same sign-in and event navigation guides. If you expect to manage an event but the action is missing, check your account’s assigned permissions with the organisation. This help preview does not document unverified admin or broadcast workflows. **Permissions matter** Opening an event or following a team does not grant permission to edit or broadcast. # Troubleshoot notifications and installation Source: https://help.remy.ubuntusoftware.net/en/troubleshooting Product: Remy Sport Reviewed: 2026-09-09 Environment: production; current application data requires the API. Find the next step when Remy Sport notifications are blocked, team alerts are missing, or installation is unavailable. Choose the situation that matches your device. This guide does not inspect your account or browser permissions; you make the selection yourself. ## Checklist you can read or share [#checklist-you-can-read-or-share] The interactive choices above follow these same steps: 1. **Not signed in:** use an email code to sign in on the device where you want alerts. 2. **Browser blocked notifications:** allow them in the browser’s site permissions. App preferences cannot override this block. 3. **Following a team but no alerts:** check the team follow, browser permission and notification preferences on Signed-in devices. 4. **No install option:** use the browser version; support depends on the browser and device, or the app may already be installed. **Following and permission are separate** A team follow does not grant browser notification permission. An email sign-in code does not prove that browser notifications work. Read [notification settings](/en/notifications), [signing in](/en/sign-in) or [installation](/en/install) for the complete workflow. # List available guides Source: https://help.remy.ubuntusoftware.net/en/api-reference/listGuides Product: Remy Sport Reviewed: 2026-09-09 Environment: production; current application data requires the API. Get the language, title, description, page URL and Markdown URL of every guide. No authentication is required. Get the language, title, description, page URL and Markdown URL of every guide. No authentication is required. Public help retrieval only. ```json { "openapi": "3.2.0", "info": { "title": "Remy Sport Help Retrieval", "version": "1.0.0", "description": "Read-only documentation endpoints. These contain public help content, not live scores, private account data or application management APIs." }, "servers": [ { "url": "/", "description": "This help site" } ], "paths": { "/help-index.json": { "get": { "operationId": "listGuides", "summary": "List available guides", "description": "Get the language, title, description, page URL and Markdown URL of every guide. No authentication is required.", "responses": { "200": { "description": "Guide catalogue", "content": { "application/json": { "schema": { "type": "object", "properties": { "product": { "type": "string" }, "pages": { "type": "array", "items": { "type": "object", "required": [ "url", "markdown", "locale", "title" ], "properties": { "url": { "type": "string" }, "markdown": { "type": "string" }, "locale": { "type": "string", "enum": [ "en", "th", "ja" ] }, "title": { "type": "string" }, "description": { "type": "string" } } } } } } } } } } } }, "/llms-full.txt": { "get": { "operationId": "readAllGuides", "summary": "Read the complete documentation", "description": "Fetch readable Markdown for all guides, including source URLs and review context. Translation drafts are identified in the content.", "responses": { "200": { "description": "Complete guide text", "content": { "text/plain": { "schema": { "type": "string" } } } } } } } } } ``` # Read the complete documentation Source: https://help.remy.ubuntusoftware.net/en/api-reference/readAllGuides Product: Remy Sport Reviewed: 2026-09-09 Environment: production; current application data requires the API. Fetch readable Markdown for all guides, including source URLs and review context. Translation drafts are identified in the content. Fetch readable Markdown for all guides, including source URLs and review context. Translation drafts are identified in the content. Public help retrieval only. ```json { "openapi": "3.2.0", "info": { "title": "Remy Sport Help Retrieval", "version": "1.0.0", "description": "Read-only documentation endpoints. These contain public help content, not live scores, private account data or application management APIs." }, "servers": [ { "url": "/", "description": "This help site" } ], "paths": { "/help-index.json": { "get": { "operationId": "listGuides", "summary": "List available guides", "description": "Get the language, title, description, page URL and Markdown URL of every guide. No authentication is required.", "responses": { "200": { "description": "Guide catalogue", "content": { "application/json": { "schema": { "type": "object", "properties": { "product": { "type": "string" }, "pages": { "type": "array", "items": { "type": "object", "required": [ "url", "markdown", "locale", "title" ], "properties": { "url": { "type": "string" }, "markdown": { "type": "string" }, "locale": { "type": "string", "enum": [ "en", "th", "ja" ] }, "title": { "type": "string" }, "description": { "type": "string" } } } } } } } } } } } }, "/llms-full.txt": { "get": { "operationId": "readAllGuides", "summary": "Read the complete documentation", "description": "Fetch readable Markdown for all guides, including source URLs and review context. Translation drafts are identified in the content.", "responses": { "200": { "description": "Complete guide text", "content": { "text/plain": { "schema": { "type": "string" } } } } } } } } } ``` # API คู่มือและเครื่องมือผู้ช่วย Source: https://help.remy.ubuntusoftware.net/th/developer Product: Remy Sport Reviewed: 2026-09-09 Environment: production; current application data requires the API. อ่านเอกสาร Remy Sport ผ่านรายการคู่มือสาธารณะ ไฟล์ Markdown และการเชื่อมต่อผู้ช่วยแบบอ่านอย่างเดียว > ฉบับแปลร่างสำหรับทดลองในเครื่อง ยังรอการตรวจทานจากมนุษย์ ## อ่านคู่มือด้วยโปรแกรม [#อ่านคู่มือด้วยโปรแกรม] API นี้ให้ข้อมูลคู่มือเท่านั้น ไม่มีข้อมูลบัญชี คะแนนสด การจัดการทีม หรือการควบคุมการถ่ายทอดสด และไม่ต้องใช้ API key * ดาวน์โหลด [OpenAPI schema](/openapi.json) * อ่าน [รายการคู่มือ](/help-index.json) เพื่อหา URL ของหน้าและ Markdown แยกตามภาษา * อ่าน [ข้อความทั้งหมด](/llms-full.txt) หรือเลือกไฟล์ Markdown จากรายการ * เปิด API reference ในแถบด้านข้างเพื่อทดลองส่งคำขอ คำขออ่านเอกสารจากเว็บไซต์คู่มือนี้เท่านั้น ชื่อ operation และคำอธิบาย schema ทางเทคนิคใช้ภาษาอังกฤษร่วมกันทุกภาษา ## ตัวอย่าง [#ตัวอย่าง] ```js const catalog = await fetch('/help-index.json').then(response => response.json()); const guide = catalog.pages.find(page => page.locale === 'th' && page.url.endsWith('/sign-in')); const markdown = await fetch(guide.markdown).then(response => response.text()); ``` ## เชื่อมต่อผู้ช่วย [#เชื่อมต่อผู้ช่วย] บริการในเครื่องให้ผู้ช่วยที่รองรับ MCP ค้นหาและอ่านคู่มือเดียวกันได้ แต่ไม่สามารถเปลี่ยนเนื้อหาหรืออ่านบัญชีผู้ใช้ ดูคำสั่งเริ่มต้นและที่อยู่ใน README ของโครงการ ## เวอร์ชันและขอบเขต [#เวอร์ชันและขอบเขต] Schema สำหรับอ่านคู่มือเป็นเวอร์ชัน 1.0.0 อาจเพิ่มฟิลด์ใหม่ในรายการได้ โปรแกรมควรละเว้นฟิลด์ที่ไม่ใช้ เว็บไซต์ทดลองยังเป็น noindex และใช้ชื่อโฮสต์สงวนจนกว่าจะกำหนดการเผยแพร่ # ค้นหาเกมและติดตามทีม Source: https://help.remy.ubuntusoftware.net/th/following-a-game Product: Remy Sport Reviewed: 2026-09-09 Environment: production; current application data requires the API. เปิดกิจกรรม ดูรายการเกม ตรวจสอบรายละเอียด และเรียนรู้ความแตกต่างระหว่างการดูเกมกับการติดตามทีม > ฉบับแปลร่างสำหรับทดลองในเครื่อง ยังรอการตรวจทานจากมนุษย์ ไม่ใช่ประกาศเปิดตัวผลิตภัณฑ์ ## ค้นหาเกม [#ค้นหาเกม] 1. เปิด Remy Sport และค้นหากิจกรรม 2. เปิดกิจกรรมแล้วเลือกรายการเกม 3. เลือกเกมเพื่อดูรายละเอียด ข้อมูลและการกระทำที่แสดงขึ้นอยู่กับสถานะเกมและสิทธิ์ของคุณ การเปิดดูเกมไม่ได้ให้สิทธิ์แก้ไขหรือถ่ายทอดสด ## ติดตามทีม [#ติดตามทีม] เปิดหน้าทีมแล้วใช้ปุ่มติดตาม เข้าสู่ระบบเมื่อแอปขอ การติดตามทีมไม่เท่ากับการอนุญาตแจ้งเตือนในเบราว์เซอร์ อ่าน [การแจ้งเตือน](/th/notifications) และ [วิธีเข้าสู่ระบบ](/th/sign-in) # อ่านคู่มือด้วยผู้ช่วย AI Source: https://help.remy.ubuntusoftware.net/th/for-assistants Product: Remy Sport Reviewed: 2026-09-09 Environment: production; current application data requires the API. ค้นหาคู่มือ Markdown อ้างอิงแหล่งข้อมูล และแยกพฤติกรรมที่มีเอกสารออกจากข้อมูลบัญชีหรือคะแนนสด > ฉบับแปลร่างสำหรับทดลองในเครื่อง ยังรอการตรวจทานจากมนุษย์ ไม่ใช่ประกาศเปิดตัวผลิตภัณฑ์ ## อ่าน Markdown [#อ่าน-markdown] ใช้ [ดัชนีคู่มือ](/llms.txt) หรือ [ข้อความทั้งหมด](/llms-full.txt) เติม `.md` ต่อท้ายเส้นทาง เช่น `/th/sign-in.md` หน้าแรกภาษาไทยอยู่ที่ [/th.md](/th.md) เว็บไซต์แบบสแตติกนี้ใช้ URL Markdown โดยตรง ส่วนหัว Accept ไม่เปลี่ยน HTML เป็น Markdown ## อ้างอิงอย่างถูกต้อง [#อ้างอิงอย่างถูกต้อง] อ้างอิงหน้าคู่มือที่ใช้ตอบ คำแปลภาษาไทยยังรอการตรวจทานจากมนุษย์ คู่มือนี้ไม่มีคะแนนสด ข้อมูลบัญชี หรือข้อมูลทีมส่วนตัว อย่าคาดเดาสิทธิ์ถ่ายทอดสดหรือขอรหัสเข้าสู่ระบบ ค้นหาเรื่อง [เข้าสู่ระบบ](/th/sign-in), [เกม](/th/following-a-game), [การแจ้งเตือน](/th/notifications) และ [การติดตั้ง](/th/install) # คู่มือ Remy Sport Source: https://help.remy.ubuntusoftware.net/th Product: Remy Sport Reviewed: 2026-09-09 Environment: production; current application data requires the API. เรียนรู้วิธีค้นหากิจกรรม ทีม และเกม เข้าสู่ระบบ และจัดการการแจ้งเตือนใน Remy Sport > ฉบับแปลร่างสำหรับทดลองในเครื่อง ยังรอการตรวจทานจากมนุษย์ ไม่ใช่ประกาศเปิดตัวผลิตภัณฑ์ ## เริ่มต้นใช้งาน [#เริ่มต้นใช้งาน] * [เลือกตามบทบาทของคุณ](/th/start-here) * [เข้าสู่ระบบด้วยรหัสอีเมล](/th/sign-in) * [ค้นหาเกมและติดตามทีม](/th/following-a-game) * [ใช้งานบนโทรศัพท์](/th/install) ## จัดการการใช้งาน [#จัดการการใช้งาน] * [การแจ้งเตือน](/th/notifications) * [แก้ปัญหาทีละขั้น](/th/troubleshooting) * [อ่านคู่มือด้วยผู้ช่วย AI](/th/for-assistants) * [บันทึกการอัปเดตคู่มือ](/th/news) สิ่งที่คุณทำได้ในแอปขึ้นอยู่กับสิทธิ์ของบัญชี # ใช้งาน Remy Sport บนโทรศัพท์ Source: https://help.remy.ubuntusoftware.net/th/install Product: Remy Sport Reviewed: 2026-09-09 Environment: production; current application data requires the API. ใช้งานผ่านเบราว์เซอร์หรือติดตั้งเว็บแอป และเข้าใจว่าทำไมลิงก์บน iPhone อาจเปิดใน Safari > ฉบับแปลร่างสำหรับทดลองในเครื่อง ยังรอการตรวจทานจากมนุษย์ ไม่ใช่ประกาศเปิดตัวผลิตภัณฑ์ ## ติดตั้งเว็บแอป [#ติดตั้งเว็บแอป] เปิด Remy Sport ในเบราว์เซอร์ ใช้ตัวเลือกติดตั้งเมื่อปรากฏ และทำตามคำแนะนำของเบราว์เซอร์ ตัวเลือกอาจยังไม่ปรากฏ ไม่รองรับ หรือแอปติดตั้งแล้ว คุณยังใช้ผ่านเบราว์เซอร์ได้ ## ความแตกต่างของอุปกรณ์ [#ความแตกต่างของอุปกรณ์] ### iPhone และ iPad [#iphone-และ-ipad] ทำตามคำแนะนำติดตั้งสำหรับอุปกรณ์ แล้วเปิดจากไอคอนหน้าจอหลัก ลิงก์จากอีเมลหรือแอปอื่นอาจยังเปิดใน Safari ### Android [#android] ใช้ตัวเลือกติดตั้งที่เบราว์เซอร์หรือแอปแสดง หากไม่มี ให้ใช้งานผ่านเบราว์เซอร์ต่อได้ ### คอมพิวเตอร์ [#คอมพิวเตอร์] บางเบราว์เซอร์รองรับการติดตั้ง แต่ไม่จำเป็นต้องติดตั้งเพื่อใช้งาน ## การแจ้งเตือนและการเข้าสู่ระบบ [#การแจ้งเตือนและการเข้าสู่ระบบ] การติดตั้งไม่ได้อนุญาตแจ้งเตือนโดยอัตโนมัติ อ่าน [การแจ้งเตือน](/th/notifications) และ [เข้าสู่ระบบ](/th/sign-in) # การอัปเดตคู่มือ Source: https://help.remy.ubuntusoftware.net/th/news Product: Remy Sport Reviewed: 2026-09-09 Environment: production; current application data requires the API. อ่านการเปลี่ยนแปลงคู่มือ Remy Sport ตามวันที่ พร้อมบันทึกการอัปเดตและฟีด RSS สำหรับติดตามข่าว > ฉบับแปลร่างสำหรับทดลองในเครื่อง ยังรอการตรวจทานจากมนุษย์ ## 2026-09-09 [#2026-09-09] [คู่มือฉบับทดลอง](/th/news/local-help-preview) [RSS](/rss.xml) | [คลังข่าว](/th/updates) | [หัวข้อ](/th/updates/tags) นี่คือการอัปเดตเอกสารในเครื่อง ไม่ใช่การเปิดตัวแอป ใช้ฟีด RSS กับโปรแกรมอ่านภายนอกได้เมื่อเว็บไซต์มีที่อยู่ที่เข้าถึงได้จากภายนอก # คู่มือ Remy Sport สำหรับทดลองในเครื่อง Source: https://help.remy.ubuntusoftware.net/th/news/local-help-preview Product: Remy Sport Reviewed: 2026-09-09 Environment: production; current application data requires the API. คู่มือฉบับทดลองมีการค้นหา ส่งออก Markdown และแก้ไขพร้อมดูผลทันที โดยแยกแพ็กเกจจากแอป > ฉบับแปลร่างสำหรับทดลองในเครื่อง ยังรอการตรวจทานจากมนุษย์ ## สิ่งที่มีให้ใช้งาน [#สิ่งที่มีให้ใช้งาน] คู่มือทดลองครอบคลุมการเข้าสู่ระบบ ค้นหาเกม ติดตามทีม การแจ้งเตือน และการติดตั้ง พร้อมการค้นหา ไฟล์ Markdown sitemap และภาพสำหรับแชร์ แพ็กเกจคู่มือมี dependencies และ build แยกจากแอป ผู้เขียนเปิดเซิร์ฟเวอร์ Vite ค้างไว้เพื่อดูหน้าเว็บอัปเดตเมื่อแก้ไขเนื้อหาได้ ## ขอบเขตการอัปเดต [#ขอบเขตการอัปเดต] บันทึกนี้เป็นเหตุการณ์สำคัญของเอกสารในเครื่อง ไม่ใช่การเปิดตัวแอปหรือประกาศว่าเปิดใช้งานสาธารณะแล้ว เว็บไซต์ยังเป็น noindex คำแปลไทยและญี่ปุ่นยังรอมนุษย์ตรวจทาน [เริ่มอ่านคู่มือ](/th/start-here) # การแจ้งเตือนและการติดตามทีม Source: https://help.remy.ubuntusoftware.net/th/notifications Product: Remy Sport Reviewed: 2026-09-09 Environment: production; current application data requires the API. ตรวจสอบการติดตามทีม สิทธิ์การแจ้งเตือนของเบราว์เซอร์ และการตั้งค่าบนอุปกรณ์ที่เข้าสู่ระบบ > ฉบับแปลร่างสำหรับทดลองในเครื่อง ยังรอการตรวจทานจากมนุษย์ ไม่ใช่ประกาศเปิดตัวผลิตภัณฑ์ ## ติดตามทีม [#ติดตามทีม] เปิดหน้าทีม ใช้ปุ่มติดตาม และ [เข้าสู่ระบบ](/th/sign-in) หากจำเป็น เลือกประเภทการอัปเดตที่ต้องการในการตั้งค่าการแจ้งเตือน ## อนุญาตในเบราว์เซอร์ [#อนุญาตในเบราว์เซอร์] หลังเข้าสู่ระบบ เปิดหน้าอุปกรณ์ที่เข้าสู่ระบบ ตรวจสอบว่ารับการแจ้งเตือนได้หรือไม่ และจัดการการตั้งค่า อนุญาตเมื่อเบราว์เซอร์ถามหากต้องการรับแจ้งเตือน หากถูกบล็อก ให้เปลี่ยนสิทธิ์ในการตั้งค่าเว็บไซต์ของเบราว์เซอร์ การตั้งค่าในแอปข้ามการบล็อกไม่ได้ บางเบราว์เซอร์ต้อง [ติดตั้งแอป](/th/install) ก่อน ## ไม่ได้รับการแจ้งเตือน [#ไม่ได้รับการแจ้งเตือน] ตรวจสอบสิทธิ์เบราว์เซอร์ การติดตามทีม การตั้งค่าการแจ้งเตือน และบัญชีบนอุปกรณ์นี้ การได้รับรหัสอีเมลไม่ได้ยืนยันว่าการแจ้งเตือนเบราว์เซอร์ทำงาน ใช้ [คู่มือแก้ปัญหา](/th/troubleshooting) # เข้าสู่ระบบ Remy Sport Source: https://help.remy.ubuntusoftware.net/th/sign-in Product: Remy Sport Reviewed: 2026-09-09 Environment: production; current application data requires the API. เข้าสู่ระบบด้วยรหัสหกหลักทางอีเมล สร้างบัญชีครั้งแรก และตรวจสอบอุปกรณ์ที่เข้าสู่ระบบ > ฉบับแปลร่างสำหรับทดลองในเครื่อง ยังรอการตรวจทานจากมนุษย์ ไม่ใช่ประกาศเปิดตัวผลิตภัณฑ์ ## ใช้รหัสทางอีเมล [#ใช้รหัสทางอีเมล] 1. เลือกเข้าสู่ระบบใน Remy Sport 2. กรอกอีเมลที่คุณเปิดอ่านได้ แล้วขอรหัส 3. เปิดอีเมลและกรอกรหัสหกหลักในแอป 4. แอปจะพยายามเข้าสู่ระบบเมื่อกรอกหลักที่หก อีเมลใหม่จะสร้างบัญชีด้วย แต่ไม่ได้ให้สิทธิ์จัดการทีมหรือองค์กรโดยอัตโนมัติ อย่าแชร์รหัสกับผู้อื่น ## ถ้ารหัสใช้ไม่ได้ [#ถ้ารหัสใช้ไม่ได้] ตรวจสอบอีเมลและใช้รหัสจากข้อความล่าสุด ดูข้อความผิดพลาดในแอปและโฟลเดอร์สแปม ## ตรวจสอบอุปกรณ์ [#ตรวจสอบอุปกรณ์] หน้าอุปกรณ์ที่เข้าสู่ระบบแสดงเซสชันของคุณ คุณสามารถออกจากระบบบนอุปกรณ์อื่นได้ ถัดไป: [ค้นหาเกม](/th/following-a-game) หรือ [การแจ้งเตือน](/th/notifications) # เริ่มต้นตามบทบาทของคุณ Source: https://help.remy.ubuntusoftware.net/th/start-here Product: Remy Sport Reviewed: 2026-09-09 Environment: production; current application data requires the API. เลือกเส้นทางสำหรับผู้ชม ผู้เล่น หรือผู้จัดกิจกรรม แล้วเปิดคู่มือที่ตรงกับงานที่ต้องการทำ > ฉบับแปลร่างสำหรับทดลองในเครื่อง ยังรอการตรวจทานจากมนุษย์ ไม่ใช่ประกาศเปิดตัวผลิตภัณฑ์ ## ผู้ชมและผู้สนับสนุน [#ผู้ชมและผู้สนับสนุน] ค้นหากิจกรรมและเปิดรายการเกม อ่าน [ค้นหาเกม](/th/following-a-game) และ [ติดตามทีม](/th/notifications) ## ผู้เล่น [#ผู้เล่น] ### เข้าสู่ระบบ [#เข้าสู่ระบบ] ใช้ [รหัสทางอีเมล](/th/sign-in) บนอุปกรณ์ของคุณ ### ค้นหาเกม [#ค้นหาเกม] เปิดกิจกรรมและดูรายละเอียดเกมที่มีให้ ### ตั้งค่าอุปกรณ์ [#ตั้งค่าอุปกรณ์] ตรวจสอบ [การติดตั้ง](/th/install) และ [การแจ้งเตือน](/th/notifications) ## ผู้จัดกิจกรรม [#ผู้จัดกิจกรรม] เข้าสู่ระบบและเปิดกิจกรรม หากไม่มีปุ่มจัดการที่คาดหวัง ให้ตรวจสอบสิทธิ์บัญชีกับองค์กร คู่มือนี้ยังไม่ยืนยันขั้นตอนผู้ดูแลหรือการถ่ายทอดสด **ตรวจสอบสิทธิ์** การเปิดกิจกรรมหรือติดตามทีมไม่ได้ให้สิทธิ์แก้ไขหรือถ่ายทอดสด # แก้ปัญหาการแจ้งเตือนและการติดตั้ง Source: https://help.remy.ubuntusoftware.net/th/troubleshooting Product: Remy Sport Reviewed: 2026-09-09 Environment: production; current application data requires the API. เลือกสถานการณ์และตรวจสอบขั้นตอนเมื่อเบราว์เซอร์บล็อกการแจ้งเตือน ไม่ได้รับแจ้งเตือน หรือไม่พบการติดตั้ง > ฉบับแปลร่างสำหรับทดลองในเครื่อง ยังรอการตรวจทานจากมนุษย์ ไม่ใช่ประกาศเปิดตัวผลิตภัณฑ์ ## เลือกสถานการณ์ [#เลือกสถานการณ์] เครื่องมือนี้ไม่ได้อ่านบัญชีหรือสิทธิ์เบราว์เซอร์ คุณเป็นผู้เลือกสถานการณ์ ## รายการตรวจสอบสำหรับอ่านหรือแชร์ [#รายการตรวจสอบสำหรับอ่านหรือแชร์] 1. ยังไม่เข้าสู่ระบบ: ใช้รหัสอีเมลบนอุปกรณ์ที่จะรับแจ้งเตือน 2. เบราว์เซอร์บล็อก: อนุญาตในสิทธิ์เว็บไซต์ การตั้งค่าในแอปข้ามการบล็อกไม่ได้ 3. ติดตามแล้วไม่มีแจ้งเตือน: ตรวจสอบสิทธิ์ การติดตามทีม และการตั้งค่าหน้าอุปกรณ์ที่เข้าสู่ระบบ 4. ไม่มีตัวเลือกติดตั้ง: ใช้เบราว์เซอร์ต่อได้ การรองรับขึ้นอยู่กับอุปกรณ์ หรืออาจติดตั้งแล้ว อ่าน [การแจ้งเตือน](/th/notifications), [เข้าสู่ระบบ](/th/sign-in) และ [การติดตั้ง](/th/install) # List available guides Source: https://help.remy.ubuntusoftware.net/th/api-reference/listGuides Product: Remy Sport Reviewed: 2026-09-09 Environment: production; current application data requires the API. Get the language, title, description, page URL and Markdown URL of every guide. No authentication is required. Get the language, title, description, page URL and Markdown URL of every guide. No authentication is required. Public help retrieval only. ```json { "openapi": "3.2.0", "info": { "title": "Remy Sport Help Retrieval", "version": "1.0.0", "description": "Read-only documentation endpoints. These contain public help content, not live scores, private account data or application management APIs." }, "servers": [ { "url": "/", "description": "This help site" } ], "paths": { "/help-index.json": { "get": { "operationId": "listGuides", "summary": "List available guides", "description": "Get the language, title, description, page URL and Markdown URL of every guide. No authentication is required.", "responses": { "200": { "description": "Guide catalogue", "content": { "application/json": { "schema": { "type": "object", "properties": { "product": { "type": "string" }, "pages": { "type": "array", "items": { "type": "object", "required": [ "url", "markdown", "locale", "title" ], "properties": { "url": { "type": "string" }, "markdown": { "type": "string" }, "locale": { "type": "string", "enum": [ "en", "th", "ja" ] }, "title": { "type": "string" }, "description": { "type": "string" } } } } } } } } } } } }, "/llms-full.txt": { "get": { "operationId": "readAllGuides", "summary": "Read the complete documentation", "description": "Fetch readable Markdown for all guides, including source URLs and review context. Translation drafts are identified in the content.", "responses": { "200": { "description": "Complete guide text", "content": { "text/plain": { "schema": { "type": "string" } } } } } } } } } ``` # Read the complete documentation Source: https://help.remy.ubuntusoftware.net/th/api-reference/readAllGuides Product: Remy Sport Reviewed: 2026-09-09 Environment: production; current application data requires the API. Fetch readable Markdown for all guides, including source URLs and review context. Translation drafts are identified in the content. Fetch readable Markdown for all guides, including source URLs and review context. Translation drafts are identified in the content. Public help retrieval only. ```json { "openapi": "3.2.0", "info": { "title": "Remy Sport Help Retrieval", "version": "1.0.0", "description": "Read-only documentation endpoints. These contain public help content, not live scores, private account data or application management APIs." }, "servers": [ { "url": "/", "description": "This help site" } ], "paths": { "/help-index.json": { "get": { "operationId": "listGuides", "summary": "List available guides", "description": "Get the language, title, description, page URL and Markdown URL of every guide. No authentication is required.", "responses": { "200": { "description": "Guide catalogue", "content": { "application/json": { "schema": { "type": "object", "properties": { "product": { "type": "string" }, "pages": { "type": "array", "items": { "type": "object", "required": [ "url", "markdown", "locale", "title" ], "properties": { "url": { "type": "string" }, "markdown": { "type": "string" }, "locale": { "type": "string", "enum": [ "en", "th", "ja" ] }, "title": { "type": "string" }, "description": { "type": "string" } } } } } } } } } } } }, "/llms-full.txt": { "get": { "operationId": "readAllGuides", "summary": "Read the complete documentation", "description": "Fetch readable Markdown for all guides, including source URLs and review context. Translation drafts are identified in the content.", "responses": { "200": { "description": "Complete guide text", "content": { "text/plain": { "schema": { "type": "string" } } } } } } } } } ``` # 公開ヘルプAPIとアシスタント用ツール Source: https://help.remy.ubuntusoftware.net/ja/developer Product: Remy Sport Reviewed: 2026-09-09 Environment: production; current application data requires the API. 公開カタログ、Markdown出力、読み取り専用のアシスタント接続を使ってRemy Sportの文書を取得します。 > ローカルプレビュー用の翻訳草案です。人による確認はまだ済んでいません。 ## プログラムから文書を読む [#プログラムから文書を読む] このAPIが提供するのはヘルプ文書のみです。アカウント、ライブスコア、チーム管理、配信操作にはアクセスできません。APIキーは不要です。 * [OpenAPIスキーマ](/openapi.json) をダウンロードします。 * [ガイドカタログ](/help-index.json) で言語別のページURLとMarkdown URLを確認します。 * [全文](/llms-full.txt) を読むか、カタログから個別のMarkdownを選びます。 * サイドバーのAPI referenceからリクエストを試せます。このヘルプサイトの公開文書を読み取る操作です。技術的なoperation名とスキーマの説明は各言語で共通の英語を使用します。 ## 使用例 [#使用例] ```js const catalog = await fetch('/help-index.json').then(response => response.json()); const guide = catalog.pages.find(page => page.locale === 'ja' && page.url.endsWith('/sign-in')); const markdown = await fetch(guide.markdown).then(response => response.text()); ``` ## アシスタントを接続する [#アシスタントを接続する] ローカルサービスは同じ文書への読み取り専用MCP接続を提供します。ガイドの検索と取得ができますが、文書の変更やアカウントの確認はできません。起動コマンドと接続先はプロジェクトのREADMEを参照してください。 ## バージョンと範囲 [#バージョンと範囲] 取得用スキーマはバージョン1.0.0です。カタログにはフィールドが追加される場合があります。クライアントは不要なフィールドを無視してください。公開設定が完了するまではnoindexと予約済みホスト名を使用します。 # 試合を探してチームをフォロー Source: https://help.remy.ubuntusoftware.net/ja/following-a-game Product: Remy Sport Reviewed: 2026-09-09 Environment: production; current application data requires the API. イベントの試合一覧から詳細を開き、試合の閲覧とチームのフォローの違いを確認します。 > ローカルプレビュー用の翻訳草案です。人による確認はまだ済んでいません。製品リリースの発表ではありません。 ## 試合を探す [#試合を探す] 1. Remy Sport でイベントを探します。 2. イベントを開き、試合一覧を選びます。 3. 試合を選んで詳細を表示します。 表示される情報や操作は試合の状態と権限によって異なります。試合を見るだけでは編集や配信の権限は得られません。 ## チームをフォロー [#チームをフォロー] チームのページでフォロー操作を行い、必要に応じてログインします。フォローとブラウザーの通知許可は別です。 [通知の設定](/ja/notifications) と [ログイン方法](/ja/sign-in) を確認してください。 # AIアシスタントでヘルプを読む Source: https://help.remy.ubuntusoftware.net/ja/for-assistants Product: Remy Sport Reviewed: 2026-09-09 Environment: production; current application data requires the API. Markdownのガイドを取得し、出典を示しながら、文書に記載された動作と実際のアカウント情報を区別します。 > ローカルプレビュー用の翻訳草案です。人による確認はまだ済んでいません。製品リリースの発表ではありません。 ## Markdown を読む [#markdown-を読む] [ガイド一覧](/llms.txt) または [全文](/llms-full.txt) を使います。ページのパスに `.md` を付けます。例は `/ja/sign-in.md`、日本語トップは [/ja.md](/ja.md) です。 この静的サイトはMarkdown専用URLを提供します。AcceptヘッダーでHTMLの形式を切り替えることはできません。 ## 出典と範囲 [#出典と範囲] 回答には利用したガイドの出典を示してください。日本語訳は人による確認待ちです。ガイドにはライブスコア、アカウント情報、非公開のチーム情報は含まれません。配信権限を推測したりログインコードを求めたりしないでください。 [ログイン](/ja/sign-in)、[試合](/ja/following-a-game)、[通知](/ja/notifications)、[インストール](/ja/install) を参照してください。 # Remy Sport ヘルプ Source: https://help.remy.ubuntusoftware.net/ja Product: Remy Sport Reviewed: 2026-09-09 Environment: production; current application data requires the API. イベント、チーム、試合の探し方、メールコードでのログイン、通知の設定方法を案内します。 > ローカルプレビュー用の翻訳草案です。人による確認はまだ済んでいません。製品リリースの発表ではありません。 ## はじめに [#はじめに] * [役割に合った使い方](/ja/start-here) * [メールコードでログイン](/ja/sign-in) * [試合を探す・チームをフォロー](/ja/following-a-game) * [スマートフォンで使う](/ja/install) ## 設定とサポート [#設定とサポート] * [通知の設定](/ja/notifications) * [トラブルシューティング](/ja/troubleshooting) * [AIアシスタントで読む](/ja/for-assistants) * [ヘルプの更新情報](/ja/news) 利用できる操作はアカウントの権限によって異なります。 # スマートフォンで Remy Sport を使う Source: https://help.remy.ubuntusoftware.net/ja/install Product: Remy Sport Reviewed: 2026-09-09 Environment: production; current application data requires the API. ブラウザー版やインストールしたウェブアプリの使い方と、iPhoneのリンクがSafariで開く理由を説明します。 > ローカルプレビュー用の翻訳草案です。人による確認はまだ済んでいません。製品リリースの発表ではありません。 ## ウェブアプリをインストール [#ウェブアプリをインストール] ブラウザーで Remy Sport を開き、インストールの選択肢が表示されたら案内に従います。表示まで時間がかかる場合、未対応の場合、すでにインストール済みの場合があります。ブラウザーのままでも利用できます。 ## 端末ごとの違い [#端末ごとの違い] ### iPhone と iPad [#iphone-と-ipad] 端末に表示されるインストール案内に従い、ホーム画面のアイコンから開いてください。メールや他のアプリのリンクはSafariで開くことがあります。 ### Android [#android] ブラウザーやアプリが表示するインストール操作を使います。表示されなくてもブラウザー版を利用できます。 ### パソコン [#パソコン] 対応ブラウザーではインストールできる場合があります。通常のブラウザー画面でも利用できます。 ## 通知とログイン [#通知とログイン] インストールと通知許可は別です。[通知](/ja/notifications) と [ログイン](/ja/sign-in) を確認してください。 # ヘルプの更新情報 Source: https://help.remy.ubuntusoftware.net/ja/news Product: Remy Sport Reviewed: 2026-09-09 Environment: production; current application data requires the API. Remy Sportヘルプの変更を日付付きの更新履歴で確認し、RSSフィードでも読むことができます。 > ローカルプレビュー用の翻訳草案です。人による確認はまだ済んでいません。 ## 2026-09-09 [#2026-09-09] [ヘルプのローカルプレビュー](/ja/news/local-help-preview) [RSS](/rss.xml) | [記事一覧](/ja/updates) | [トピック](/ja/updates/tags) これはローカル文書の更新で、アプリのリリースではありません。外部のRSSリーダーはこのローカルURLにはアクセスできません。 # Remy Sport ヘルプのローカルプレビュー Source: https://help.remy.ubuntusoftware.net/ja/news/local-help-preview Product: Remy Sport Reviewed: 2026-09-09 Environment: production; current application data requires the API. 検索、Markdown出力、ライブ編集に対応する最初のヘルププレビューを独立したパッケージとして用意しました。 > ローカルプレビュー用の翻訳草案です。人による確認はまだ済んでいません。 ## 利用できる内容 [#利用できる内容] ログイン、試合、チームのフォロー、通知、インストールのガイドを用意しました。全文検索、Markdown出力、サイトマップ、共有用画像を備えています。 依存関係とビルドはアプリから分離されています。Viteサーバーを起動したまま文書を編集すると、ブラウザーに変更が反映されます。 ## 更新の範囲 [#更新の範囲] これはローカル文書の節目です。Remy Sportアプリのリリースや公開開始を発表するものではありません。プレビューはnoindexのままです。タイ語と日本語の翻訳は人による確認待ちです。 [ガイドを読む](/ja/start-here) # 通知とチームのフォロー Source: https://help.remy.ubuntusoftware.net/ja/notifications Product: Remy Sport Reviewed: 2026-09-09 Environment: production; current application data requires the API. チームのフォロー、ブラウザーの通知許可、ログイン中の端末の通知設定を確認する方法です。 > ローカルプレビュー用の翻訳草案です。人による確認はまだ済んでいません。製品リリースの発表ではありません。 ## チームをフォロー [#チームをフォロー] チームのページでフォローし、必要なら [ログイン](/ja/sign-in) します。通知設定で受け取りたい更新の種類を選びます。 ## ブラウザーで許可する [#ブラウザーで許可する] ログイン後、ログイン中の端末ページで通知を受け取れる状態か確認し、設定を管理します。通知を希望する場合はブラウザーの確認画面で許可します。 ブロックされている場合はブラウザーのサイト設定で変更してください。アプリの設定では解除できません。一部のブラウザーでは先に [インストール](/ja/install) が必要です。 ## 通知が届かない場合 [#通知が届かない場合] ブラウザーの許可、チームのフォロー、通知設定、この端末のログインを確認します。ログイン用メールが届いてもブラウザー通知の動作確認にはなりません。 [トラブルシューティング](/ja/troubleshooting) も利用できます。 # Remy Sport にログイン Source: https://help.remy.ubuntusoftware.net/ja/sign-in Product: Remy Sport Reviewed: 2026-09-09 Environment: production; current application data requires the API. メールで届く6桁のコードを使ったログイン、新しいアカウントの作成、ログイン中の端末の確認方法です。 > ローカルプレビュー用の翻訳草案です。人による確認はまだ済んでいません。製品リリースの発表ではありません。 ## メールコードを使う [#メールコードを使う] 1. Remy Sport でログインを選びます。 2. 受信できるメールアドレスを入力してコードをリクエストします。 3. メールを開き、6桁のコードをアプリに入力します。 4. 6桁目を入力するとログイン処理が始まります。 新しいメールアドレスではアカウントも作成されます。チームや組織の管理権限は別です。コードを他人に教えないでください。 ## コードが使えない場合 [#コードが使えない場合] アドレスと最新のメールのコードを確認してください。アプリのエラー表示に従い、メールが届かない場合は迷惑メールも確認します。 ## 端末を確認する [#端末を確認する] ログイン中の端末ページでセッションを確認し、他の端末をログアウトできます。 次に [試合を探す](/ja/following-a-game) または [通知を設定する](/ja/notifications)。 # 役割に合った使い方を選ぶ Source: https://help.remy.ubuntusoftware.net/ja/start-here Product: Remy Sport Reviewed: 2026-09-09 Environment: production; current application data requires the API. 観客、選手、主催者それぞれの出発点から、必要な操作のガイドへ進みましょう。 > ローカルプレビュー用の翻訳草案です。人による確認はまだ済んでいません。製品リリースの発表ではありません。 ## 観客とサポーター [#観客とサポーター] イベントの試合一覧を開きます。[試合の探し方](/ja/following-a-game) と [チームのフォロー](/ja/notifications) を確認してください。 ## 選手 [#選手] ### ログイン [#ログイン] 自分の端末で [メールコード](/ja/sign-in) を使います。 ### 試合を探す [#試合を探す] イベントを開き、表示される試合の詳細を確認します。 ### 端末を設定 [#端末を設定] [インストール](/ja/install) と [通知](/ja/notifications) を確認します。 ## 主催者 [#主催者] ログインしてイベントを開きます。必要な管理操作が表示されない場合は、組織にアカウントの権限を確認してください。このプレビューでは未検証の管理・配信手順は案内していません。 **権限の確認** イベントの閲覧やチームのフォローだけでは、編集・配信権限は得られません。 # 通知とインストールの問題を確認 Source: https://help.remy.ubuntusoftware.net/ja/troubleshooting Product: Remy Sport Reviewed: 2026-09-09 Environment: production; current application data requires the API. 通知がブロックされた場合、チームの通知が届かない場合、インストールできない場合の確認手順です。 > ローカルプレビュー用の翻訳草案です。人による確認はまだ済んでいません。製品リリースの発表ではありません。 ## 状況を選ぶ [#状況を選ぶ] このツールはアカウントやブラウザーの権限を読み取りません。自分の状況を選んでください。 ## 読んで共有できる確認手順 [#読んで共有できる確認手順] 1. 未ログイン:通知を受け取る端末でメールコードを使ってログインします。 2. ブラウザーでブロック:サイト設定で通知を許可します。アプリの設定では解除できません。 3. フォロー済みだが通知が来ない:許可、フォロー、ログイン中の端末の通知設定を確認します。 4. インストールが表示されない:ブラウザー版を利用できます。対応状況やインストール済みかどうかによって異なります。 [通知](/ja/notifications)、[ログイン](/ja/sign-in)、[インストール](/ja/install) のガイドも確認してください。 # List available guides Source: https://help.remy.ubuntusoftware.net/ja/api-reference/listGuides Product: Remy Sport Reviewed: 2026-09-09 Environment: production; current application data requires the API. Get the language, title, description, page URL and Markdown URL of every guide. No authentication is required. Get the language, title, description, page URL and Markdown URL of every guide. No authentication is required. Public help retrieval only. ```json { "openapi": "3.2.0", "info": { "title": "Remy Sport Help Retrieval", "version": "1.0.0", "description": "Read-only documentation endpoints. These contain public help content, not live scores, private account data or application management APIs." }, "servers": [ { "url": "/", "description": "This help site" } ], "paths": { "/help-index.json": { "get": { "operationId": "listGuides", "summary": "List available guides", "description": "Get the language, title, description, page URL and Markdown URL of every guide. No authentication is required.", "responses": { "200": { "description": "Guide catalogue", "content": { "application/json": { "schema": { "type": "object", "properties": { "product": { "type": "string" }, "pages": { "type": "array", "items": { "type": "object", "required": [ "url", "markdown", "locale", "title" ], "properties": { "url": { "type": "string" }, "markdown": { "type": "string" }, "locale": { "type": "string", "enum": [ "en", "th", "ja" ] }, "title": { "type": "string" }, "description": { "type": "string" } } } } } } } } } } } }, "/llms-full.txt": { "get": { "operationId": "readAllGuides", "summary": "Read the complete documentation", "description": "Fetch readable Markdown for all guides, including source URLs and review context. Translation drafts are identified in the content.", "responses": { "200": { "description": "Complete guide text", "content": { "text/plain": { "schema": { "type": "string" } } } } } } } } } ``` # Read the complete documentation Source: https://help.remy.ubuntusoftware.net/ja/api-reference/readAllGuides Product: Remy Sport Reviewed: 2026-09-09 Environment: production; current application data requires the API. Fetch readable Markdown for all guides, including source URLs and review context. Translation drafts are identified in the content. Fetch readable Markdown for all guides, including source URLs and review context. Translation drafts are identified in the content. Public help retrieval only. ```json { "openapi": "3.2.0", "info": { "title": "Remy Sport Help Retrieval", "version": "1.0.0", "description": "Read-only documentation endpoints. These contain public help content, not live scores, private account data or application management APIs." }, "servers": [ { "url": "/", "description": "This help site" } ], "paths": { "/help-index.json": { "get": { "operationId": "listGuides", "summary": "List available guides", "description": "Get the language, title, description, page URL and Markdown URL of every guide. No authentication is required.", "responses": { "200": { "description": "Guide catalogue", "content": { "application/json": { "schema": { "type": "object", "properties": { "product": { "type": "string" }, "pages": { "type": "array", "items": { "type": "object", "required": [ "url", "markdown", "locale", "title" ], "properties": { "url": { "type": "string" }, "markdown": { "type": "string" }, "locale": { "type": "string", "enum": [ "en", "th", "ja" ] }, "title": { "type": "string" }, "description": { "type": "string" } } } } } } } } } } } }, "/llms-full.txt": { "get": { "operationId": "readAllGuides", "summary": "Read the complete documentation", "description": "Fetch readable Markdown for all guides, including source URLs and review context. Translation drafts are identified in the content.", "responses": { "200": { "description": "Complete guide text", "content": { "text/plain": { "schema": { "type": "string" } } } } } } } } } ```