diff --git a/docs/workflows/client.rst b/docs/workflows/client.rst
index 22d58f9..48db96e 100644
--- a/docs/workflows/client.rst
+++ b/docs/workflows/client.rst
@@ -12,7 +12,7 @@ Introduction
Prepare access token
====================
-Before using the ``Learnware Client``, you'll need to obtain a token from the `official website `_. Just login to the website and click ``Client Token`` tab in the user center.
+Before using the ``Learnware Client``, you'll need to obtain a token from the `official website `_. Just login to the website and click ``Client Token`` tab in the ``Personal Information``.
How to Use Client
@@ -143,7 +143,7 @@ The ``delete_learnware`` method is used to delete a learnware from the server.
.. code-block:: python
- # Replace with the actual learnware ID
+ # Replace with the actual learnware ID to delete
learnware_id = "123456789"
# Delete the specified learnware